Skip to content

Commit 0fe6701

Browse files
authored
Merge pull request #206 from phadej/remove-Wnoncanonical-monadfail-instances
-Wnoncanonical-monadfail-instances is deprecated: fail is no longer a…
2 parents b30971d + a14ead5 commit 0fe6701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library
5959
ghc-options: -O2 -Wall -fliberate-case-threshold=1000
6060

6161
if impl(ghc >= 8.0)
62-
ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
62+
ghc-options: -Wcompat -Wnoncanonical-monad-instances
6363
default-language: Haskell2010
6464

6565
test-suite qc

0 commit comments

Comments
 (0)