Skip to content

Commit

Permalink
.cabal: remove outdated conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 2, 2024
1 parent a2bccea commit 66e7c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hackage-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ common defaults
, vector ^>= 0.12 || ^>= 0.13.0.0
, zlib ^>= 0.6.2

ghc-options: -Wall -fwarn-tabs -fno-warn-unused-do-bind -fno-warn-deprecated-flags -funbox-strict-fields

if impl(ghc >= 8.2)
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

if impl(ghc >= 8.10)
ghc-options: -Wno-unused-record-wildcards
Expand Down

0 comments on commit 66e7c9e

Please sign in to comment.