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 686419b commit 4e3d82bCopy full SHA for 4e3d82b
cassava.cabal
@@ -123,7 +123,11 @@ Library
123
124
-- https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0#Recommendationsforforward-compatibility
125
if impl(ghc >= 8.0)
126
- ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
+ ghc-options: -Wcompat -Wnoncanonical-monad-instances
127
+ if impl(ghc >= 8.8)
128
+ ghc-options: -Wno-star-is-type
129
+ else
130
+ ghc-options: -Wnoncanonical-monadfail-instances
131
else
132
-- provide/emulate `Control.Monad.Fail` and `Data.Semigroups` API for pre-GHC8
133
build-depends: fail == 4.9.*, semigroups >= 0.18.2 && <0.20
0 commit comments