mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
drop -Wnoncanonical-monadfail-instances from not-library (test-suite, executabe and demos) targets.
This commit is contained in:
parent
653cc4e0df
commit
9db3c519fb
@ -68,7 +68,7 @@ test-suite nested
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -65,6 +65,6 @@ test-suite test
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
@ -88,7 +88,7 @@ test-suite convertible-iso
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -144,7 +144,7 @@ test-suite sqls
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall -fsimpl-tick-factor=200
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
@ -167,7 +167,7 @@ test-suite sqlsArrow
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -90,7 +90,7 @@ executable examples
|
||||
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
@ -112,6 +112,6 @@ executable specialized-examples
|
||||
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
@ -34,7 +34,7 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -40,6 +40,6 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
@ -52,7 +52,7 @@ test-suite monoids
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -53,6 +53,6 @@ test-suite test-prop
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
|
||||
default-language: Haskell2010
|
||||
|
Loading…
Reference in New Issue
Block a user