summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-11-07 08:06:15 +0100
committerEugen Wissner <belka@caraus.de>2020-11-07 09:05:47 +0100
commit445f33dcf3d38d73f84ad07b0b1fbb0f0f9faa47 (patch)
tree786bede350d1222a90d17e61f90c3cbecaf84200 /graphql.cabal
parent4a3b4cb16d7da9c356b514ab48bdc0e527acd377 (diff)
downloadgraphql-0.11.0.0.tar.gz
Release 0.11.0.0v0.11.0.0
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal
index abbfba6..ebc3f4b 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,10 +4,10 @@ cabal-version: 2.2
--
-- see: https://github.com/sol/hpack
--
--- hash: c943c792ef9717e8305e22059e7244a0a471b6d26a53e6e4dc162e4f4a6110b4
+-- hash: c89b0164372b6e02e4f338d3865dd6bb9dfd1a4475f25d808450480d73f94f91
name: graphql
-version: 0.10.0.0
+version: 0.11.0.0
synopsis: Haskell GraphQL implementation
description: Haskell <https://spec.graphql.org/June2018/ GraphQL> implementation.
category: Language
@@ -90,6 +90,8 @@ test-suite graphql-test
Test.FragmentSpec
Test.RootOperationSpec
Paths_graphql
+ autogen-modules:
+ Paths_graphql
hs-source-dirs:
tests
ghc-options: -threaded -rtsopts -with-rtsopts=-N