summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-01-15 11:50:20 +0100
committerEugen Wissner <belka@caraus.de>2022-01-15 11:50:20 +0100
commit396b48080643a07f96e960f52635797940314f2f (patch)
tree9f01f16827d174f6be63ff42498dc403e25d9938 /graphql-spice.cabal
parent82b21bece81f644988ab563d680df8ebbb252587 (diff)
downloadgraphql-spice-396b48080643a07f96e960f52635797940314f2f.tar.gz
Add cabal.project to build with the correct flags
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 67ec4de..0622ea7 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -24,14 +24,15 @@ source-repository head
library
exposed-modules:
- Language.GraphQL
+ Language.GraphQL.Foundation,
+ Language.GraphQL.Serialize
other-modules:
hs-source-dirs: src
ghc-options: -Wall
build-depends:
--- aeson >= 2.0.2.0 && < 2.1
+ aeson ^>= 2.0.3,
base ^>=4.14.3.0,
- graphql >= 1.0.1.0 && < 1.1
+ graphql ^>= 1.0.2
default-language: Haskell2010
test-suite graphql-test
@@ -48,6 +49,7 @@ test-suite graphql-test
aeson,
base >= 4.8 && < 5,
graphql,
+ graphql-spice,
hspec >= 2.9.1 && < 3,
text,
unordered-containers