summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-01-18 13:00:58 +0100
committerEugen Wissner <belka@caraus.de>2022-01-18 13:00:58 +0100
commitdc813621fdfa0dfba44f0cc2497a0a8f3b2fe701 (patch)
treed04e7da389e5bba25706670865caee1c5bebb949 /graphql-spice.cabal
parent79ed58fa67d5da7dc0981dc8ad1132d2e75b2135 (diff)
downloadgraphql-spice-dc813621fdfa0dfba44f0cc2497a0a8f3b2fe701.tar.gz
Add VariableValue Aeson instance
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal
index 0622ea7..a56d044 100644
--- a/graphql-spice.cabal
+++ b/graphql-spice.cabal
@@ -32,7 +32,10 @@ library
build-depends:
aeson ^>= 2.0.3,
base ^>=4.14.3.0,
- graphql ^>= 1.0.2
+ graphql ^>= 1.0.2,
+ scientific ^>= 0.3.7,
+ text ^>= 1.2.5,
+ unordered-containers ^>= 0.2.16
default-language: Haskell2010
test-suite graphql-test