summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-07-24 21:34:31 +0200
committerEugen Wissner <belka@caraus.de>2020-07-24 21:58:49 +0200
commitc60dd98fc5b5b8d3fb3d8f071db078ddb547c5cf (patch)
tree0404597129675f53f13ad5afc5eccbb1072c24c5 /graphql.cabal
parent44d506d4b57e450480cf9c476bd927a43ad9c25d (diff)
downloadgraphql-c60dd98fc5b5b8d3fb3d8f071db078ddb547c5cf.tar.gz
Release 0.9.0.0
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal
index eb514e0..6ac951a 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: ba234bcfff46df053a3466359e32682c4592b88894911ecbe78bd00fa00929b5
+-- hash: 5fa34f11ab1242b72c75c3c19b31ba310c24716a0eb2d134d2b17dd558280732
name: graphql
-version: 0.8.0.0
+version: 0.9.0.0
synopsis: Haskell GraphQL implementation
description: This package provides a rudimentary parser for the <https://graphql.github.io/graphql-spec/June2018/ GraphQL> language.
category: Language