diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-03-23 21:58:12 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-03-23 22:07:20 +0100 |
| commit | c93c64a7f4828a202770b1cfadc79f28aba1da99 (patch) | |
| tree | 6dcd83f518c486f8db3be716e2dd49de9e9098cd /graphql-spice.cabal | |
| parent | 0cf459b8eb9e4847f9b199566d130e816760a0d3 (diff) | |
| download | graphql-spice-c93c64a7f4828a202770b1cfadc79f28aba1da99.tar.gz | |
Put test helpers into Test.Hspec.GraphQL
Diffstat (limited to 'graphql-spice.cabal')
| -rw-r--r-- | graphql-spice.cabal | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphql-spice.cabal b/graphql-spice.cabal index c2efb06..35087c7 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: graphql-spice -version: 0.1.0.0 +version: 1.0.0.0 synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. @@ -10,7 +10,7 @@ homepage: https://www.caraus.tech/projects/pub-graphql-spice bug-reports: https://www.caraus.tech/projects/pub-graphql-spice/issues author: Eugen Wissner <belka@caraus.de> maintainer: belka@caraus.de -copyright: (c) 2021 Eugen Wissner +copyright: (c) 2021-2022 Eugen Wissner license: MPL-2.0 license-files: LICENSE build-type: Simple @@ -24,20 +24,22 @@ source-repository head library exposed-modules: - Language.GraphQL.Foundation, - Language.GraphQL.Serialize + Language.GraphQL.JSON, + Test.Hspec.GraphQL other-modules: hs-source-dirs: src ghc-options: -Wall build-depends: aeson ^>= 2.0.3, base ^>=4.14.3.0, + conduit ^>= 1.3.4, containers ^>= 0.6.2, exceptions ^>= 0.10.4, + hspec-expectations >= 0.8.2 && < 0.9, graphql ^>= 1.0.2, megaparsec >= 9.0 && < 10, scientific ^>= 0.3.7, - text ^>= 1.2.5, + text >= 1.2 && < 3, vector ^>= 0.12.3, unordered-containers ^>= 0.2.16 default-language: Haskell2010 |
