mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-28 22:24:49 +03:00
split condition for -Wnoncanonical-monadfail-instances.
This commit is contained in:
parent
9db3c519fb
commit
38d37ff3c6
@ -29,7 +29,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -29,7 +29,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -51,7 +51,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -46,7 +46,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -72,7 +72,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -121,7 +121,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall -fsimpl-tick-factor=200
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -68,7 +68,9 @@ library
|
||||
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -116,7 +116,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -36,7 +36,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -39,7 +39,9 @@ library
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
if impl(ghc >= 8)
|
||||
ghc-options: -Wcompat -Wnoncanonical-monadfail-instances
|
||||
ghc-options: -Wcompat
|
||||
if impl(ghc >= 8) && impl(ghc < 8.8)
|
||||
ghc-options: -Wnoncanonical-monadfail-instances
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user