Add -Wall flags to graphql.cabal

This commit is contained in:
Ben Sinclair 2021-02-22 08:26:48 +11:00
parent ca0f0bd32d
commit cbccb9ed0b
1 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ library
Language.GraphQL.Validate.Rules
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
@ -98,7 +99,7 @@ test-suite graphql-test
Paths_graphql
hs-source-dirs:
tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
QuickCheck
, aeson