From dc813621fdfa0dfba44f0cc2497a0a8f3b2fe701 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 18 Jan 2022 13:00:58 +0100 Subject: Add VariableValue Aeson instance --- graphql-spice.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphql-spice.cabal') 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 -- cgit v1.2.3