Skip to content

Commit 66e7c9e

Browse files
committed
.cabal: remove outdated conditional
1 parent a2bccea commit 66e7c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hackage-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ common defaults
162162
, vector ^>= 0.12 || ^>= 0.13.0.0
163163
, zlib ^>= 0.6.2
164164

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
165+
ghc-options:
166+
-funbox-strict-fields
167+
-Wall -fwarn-tabs -fno-warn-unused-do-bind -fno-warn-deprecated-flags
168+
-Werror=incomplete-patterns -Werror=missing-methods
169169

170170
if impl(ghc >= 8.10)
171171
ghc-options: -Wno-unused-record-wildcards

0 commit comments

Comments
 (0)