add -Wall and a couple of other warning GHC options to .cabal file
This commit is contained in:
parent
85dec4c73d
commit
6b44408394
@ -25,6 +25,11 @@ source-repository head
|
|||||||
tag: 0.1.0
|
tag: 0.1.0
|
||||||
|
|
||||||
library
|
library
|
||||||
|
ghc-options:
|
||||||
|
-Wall
|
||||||
|
-fwarn-incomplete-uni-patterns
|
||||||
|
-fwarn-incomplete-record-updates
|
||||||
|
-fwarn-unrecognised-pragmas
|
||||||
default-language:
|
default-language:
|
||||||
Haskell2010
|
Haskell2010
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
@ -56,6 +61,11 @@ library
|
|||||||
, text
|
, text
|
||||||
|
|
||||||
test-suite spec
|
test-suite spec
|
||||||
|
ghc-options:
|
||||||
|
-Wall
|
||||||
|
-fwarn-incomplete-uni-patterns
|
||||||
|
-fwarn-incomplete-record-updates
|
||||||
|
-fwarn-unrecognised-pragmas
|
||||||
default-language:
|
default-language:
|
||||||
Haskell2010
|
Haskell2010
|
||||||
type:
|
type:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user