summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 98914ed..55759d1 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -13,8 +13,9 @@ maintainer: j@dannynavarro.net
copyright: Copyright (C) 2015 J. Daniel Navarro
category: Web
build-type: Simple
-extra-source-files: README.md CHANGELOG.md stack.yaml
cabal-version: >=1.10
+tested-with: GHC == 7.10
+extra-source-files: README.md CHANGELOG.md stack.yaml
library
exposed-modules: Data.GraphQL.AST
@@ -23,6 +24,7 @@ library
text >=0.11.3.1,
attoparsec >=0.10.4.0
default-language: Haskell2010
+ ghc-options: -Wall
source-repository head
type: git