File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -162,11 +162,13 @@ common defaults
162
162
163
163
ghc-options :
164
164
-funbox-strict-fields
165
- -Wall -fwarn-tabs -fno-warn-unused-do-bind -fno-warn-deprecated-flags
166
- -Werror=incomplete-patterns -Werror=missing-methods
167
-
168
- if impl(ghc >= 8.10 )
169
- ghc-options : -Wno-unused-record-wildcards
165
+ -Wall
166
+ -Wtabs
167
+ -Wno-deprecated-flags
168
+ -Wno-unused-do-bind
169
+ -Wno-unused-record-wildcards
170
+ -Werror=incomplete-patterns
171
+ -Werror=missing-methods
170
172
171
173
default-extensions : LambdaCase, TupleSections
172
174
other-extensions : CPP, TemplateHaskell
@@ -538,7 +540,10 @@ common test-defaults
538
540
539
541
build-depends : hackage-server
540
542
hs-source-dirs : tests
541
- ghc-options : -threaded -rtsopts -fno-warn-orphans
543
+ ghc-options :
544
+ -threaded
545
+ -rtsopts
546
+ -Wno-orphans
542
547
543
548
other-modules : Paths_hackage_server
544
549
autogen-modules : Paths_hackage_server
You can’t perform that action at this time.
0 commit comments