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 76c8205 commit 60dfb0cCopy full SHA for 60dfb0c
parsec.cabal
@@ -87,7 +87,9 @@ library
87
88
ghc-options: -Wall
89
if impl(ghc >= 8.0)
90
- ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wno-trustworthy-safe
+ ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wno-trustworthy-safe
91
+ if impl(ghc < 8.8)
92
+ ghc-options: -Wnoncanonical-monadfail-instances
93
else
94
-- provide/emulate `Control.Monad.Fail` and `Semigroup` API for pre-GHC8
95
build-depends: fail == 4.9.*, semigroups >= 0.18 && < 0.20
0 commit comments