File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,9 @@ default-extensions:
51
51
# may need to enable if you're working with old code that uses `Int :: *`
52
52
53
53
ghc-options :
54
+ - -fhide-source-paths # hides module filepaths when compiling (bit neater)
54
55
- -Wall
55
56
56
- # omitting ticks is good; see https://gitlab.haskell.org/ghc/ghc/-/issues/20531
57
- # (off by default since GHC 9.4)
58
- - -Wno-unticked-promoted-constructors
59
-
60
57
# `pkg ^>= x.y.z` means `pkg >= x.y.z && < x.(y+1)
61
58
dependencies :
62
59
- base >= 4.18 && < 5
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ library
52
52
TypeFamilies
53
53
DataKinds
54
54
MagicHash
55
- ghc-options : -Wall -Wno-unticked-promoted-constructors
55
+ ghc-options : -fhide-source-paths -Wall
56
56
build-depends :
57
57
base >= 4.18 && < 5
58
58
, rerefined >= 0.6.0 && < 0.7
@@ -82,7 +82,7 @@ test-suite spec
82
82
TypeFamilies
83
83
DataKinds
84
84
MagicHash
85
- ghc-options : -Wall -Wno-unticked-promoted-constructors
85
+ ghc-options : -fhide-source-paths -Wall
86
86
build-tool-depends :
87
87
hspec-discover :hspec-discover >= 2.7 && < 2.12
88
88
build-depends :
You can’t perform that action at this time.
0 commit comments