Skip to content

Commit 507e8e5

Browse files
committed
Suppress unused-record-wildcards warning (new in GHC 8.10)
1 parent 8443b80 commit 507e8e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hackage-server.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ common defaults
130130
if impl(ghc >= 8.2)
131131
ghc-options: -Werror=incomplete-patterns -Werror=missing-methods
132132

133+
if impl(ghc >= 8.10)
134+
ghc-options: -Wno-unused-record-wildcards
135+
133136
other-extensions: CPP, TemplateHaskell
134137

135138

0 commit comments

Comments
 (0)