Add -Wall flags to graphql.cabal
This commit is contained in:
parent
ca0f0bd32d
commit
cbccb9ed0b
@ -60,6 +60,7 @@ library
|
|||||||
Language.GraphQL.Validate.Rules
|
Language.GraphQL.Validate.Rules
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
|
ghc-options: -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
aeson
|
aeson
|
||||||
, base >=4.7 && <5
|
, base >=4.7 && <5
|
||||||
@ -98,7 +99,7 @@ test-suite graphql-test
|
|||||||
Paths_graphql
|
Paths_graphql
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
tests
|
tests
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|
||||||
build-depends:
|
build-depends:
|
||||||
QuickCheck
|
QuickCheck
|
||||||
, aeson
|
, aeson
|
||||||
|
Loading…
Reference in New Issue
Block a user