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 2f10cd4 commit b2e00f2Copy full SHA for b2e00f2
1 file changed
vector/vector.cabal
@@ -101,7 +101,6 @@ common flag-Wall
101
if impl(ghc >= 8.0) && impl(ghc < 8.1)
102
Ghc-Options: -Wno-redundant-constraints
103
104
-
105
Library
106
import: flag-Wall
107
Default-Language: Haskell2010
@@ -184,6 +183,9 @@ Library
184
183
-- rewrite rules
185
common tests-common
186
+ -- Disable pointless warning about partial functions
187
+ if impl(ghc >= 9.8)
188
+ Ghc-Options: -Wno-x-partial
189
Ghc-Options: -fno-warn-missing-signatures
190
hs-source-dirs: tests
191
Build-Depends: base >= 4.5 && < 5
0 commit comments