summaryrefslogtreecommitdiff
path: root/graphql-spice.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graphql-spice.cabal')
-rw-r--r--graphql-spice.cabal12
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