We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bccea commit 66e7c9eCopy full SHA for 66e7c9e
hackage-server.cabal
@@ -162,10 +162,10 @@ common defaults
162
, vector ^>= 0.12 || ^>= 0.13.0.0
163
, zlib ^>= 0.6.2
164
165
- ghc-options: -Wall -fwarn-tabs -fno-warn-unused-do-bind -fno-warn-deprecated-flags -funbox-strict-fields
166
-
167
- if impl(ghc >= 8.2)
168
- ghc-options: -Werror=incomplete-patterns -Werror=missing-methods
+ ghc-options:
+ -funbox-strict-fields
+ -Wall -fwarn-tabs -fno-warn-unused-do-bind -fno-warn-deprecated-flags
+ -Werror=incomplete-patterns -Werror=missing-methods
169
170
if impl(ghc >= 8.10)
171
ghc-options: -Wno-unused-record-wildcards
0 commit comments