diff options
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index 40da990..bd3bbd8 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -31,7 +31,8 @@ library build-depends: base >= 4.7 && < 5, text >= 0.11.3.1, aeson >= 0.7.0.3, - attoparsec >= 0.10.4.0 + attoparsec >= 0.10.4.0, + unordered-containers >= 0.2.5.0 test-suite tasty default-language: Haskell2010 @@ -45,6 +46,7 @@ test-suite tasty aeson >= 0.7.0.3, text >= 0.11.3.1, attoparsec >= 0.10.4.0, + raw-strings-qq >= 1.1, tasty >= 0.10, tasty-hunit >= 0.9, graphql |
