From c93c64a7f4828a202770b1cfadc79f28aba1da99 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 23 Mar 2022 21:58:12 +0100 Subject: Put test helpers into Test.Hspec.GraphQL --- graphql-spice.cabal | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'graphql-spice.cabal') 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 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 -- cgit v1.2.3