diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-03-29 20:20:19 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-03-29 20:39:26 +0200 |
| commit | 1d7f016b9c19dc4ce5b058b2a6d248eaa61ac0e6 (patch) | |
| tree | e87b368ed7224cb7fdcc045e9ba48daef05107c4 /graphql-spice.cabal | |
| parent | c93c64a7f4828a202770b1cfadc79f28aba1da99 (diff) | |
| download | graphql-spice-1d7f016b9c19dc4ce5b058b2a6d248eaa61ac0e6.tar.gz | |
Release 1.0.0.0v1.0.0.0
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 35087c7..abaf140 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -31,12 +31,12 @@ library ghc-options: -Wall build-depends: aeson ^>= 2.0.3, - base ^>=4.14.3.0, + base >= 4.7 && < 5, conduit ^>= 1.3.4, containers ^>= 0.6.2, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, - graphql ^>= 1.0.2, + graphql ^>= 1.0.3.0, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, text >= 1.2 && < 3, @@ -48,6 +48,7 @@ test-suite graphql-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: + Language.GraphQL.CoerceSpec Language.GraphQL.DirectiveSpec Language.GraphQL.FragmentSpec Language.GraphQL.RootOperationSpec @@ -56,10 +57,11 @@ test-suite graphql-test ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: aeson, - base >= 4.8 && < 5, + base, graphql, graphql-spice, hspec >= 2.9.1 && < 3, + scientific, text, unordered-containers default-language: Haskell2010 |
