diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-02-02 09:39:57 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-02-02 09:39:57 +0100 |
| commit | 0cf459b8eb9e4847f9b199566d130e816760a0d3 (patch) | |
| tree | f32a46773eccbf9a22324f9d9dd9b7f37db38b8d /graphql-spice.cabal | |
| parent | 90abeb642507fbd3c380b84e23f639de26543b18 (diff) | |
| download | graphql-spice-0cf459b8eb9e4847f9b199566d130e816760a0d3.tar.gz | |
Convert the response to JSON
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index a56d044..c2efb06 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -32,9 +32,13 @@ library build-depends: aeson ^>= 2.0.3, base ^>=4.14.3.0, + containers ^>= 0.6.2, + exceptions ^>= 0.10.4, graphql ^>= 1.0.2, + megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, text ^>= 1.2.5, + vector ^>= 0.12.3, unordered-containers ^>= 0.2.16 default-language: Haskell2010 |
