diff options
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 8 |
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 |
