diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-12-03 20:41:40 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-12-03 20:41:40 +0100 |
| commit | 131576e56cb4981938320569dfcf1ca814d8a42a (patch) | |
| tree | 5e46d13f22aa9a0bdd672f3d24e1f8961de5f010 /graphql-spice.cabal | |
| parent | c95a5fcd610e3fb816058e8341caf774686f9c82 (diff) | |
| download | graphql-spice-131576e56cb4981938320569dfcf1ca814d8a42a.tar.gz | |
Move gql to Language.GraphQL.TH
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 52caf30..750b38c 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -27,6 +27,7 @@ library Language.GraphQL.Class Language.GraphQL.JSON Language.GraphQL.Resolver + Language.GraphQL.TH Test.Hspec.GraphQL other-modules: hs-source-dirs: src @@ -38,7 +39,7 @@ library containers >= 0.6 && < 0.8, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, - graphql >= 1.3.0 && < 1.5.0, + graphql >= 1.3.0 && < 1.6.0, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3, @@ -58,6 +59,7 @@ test-suite graphql-test Language.GraphQL.DirectiveSpec Language.GraphQL.FragmentSpec Language.GraphQL.RootOperationSpec + Language.GraphQL.THSpec hs-source-dirs: tests ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall |
