summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorBen Sinclair <ben@typius.com>2021-02-22 08:26:48 +1100
committerBen Sinclair <ben@typius.com>2021-02-22 08:30:36 +1100
commitcbccb9ed0b32167dbb4de16eb5143dd62f9f3159 (patch)
tree79ff74ac901d6f1826ab2697a62e095ed8d95767 /graphql.cabal
parentca0f0bd32d3334dfe7e016f11c9582c6e54e5422 (diff)
downloadgraphql-cbccb9ed0b32167dbb4de16eb5143dd62f9f3159.tar.gz
Add -Wall flags to graphql.cabal
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 152af00..91a8ff9 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -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