summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-14 08:49:07 +0200
committerEugen Wissner <belka@caraus.de>2019-08-14 08:49:07 +0200
commitf54e9451d20d020632fb3481087af2bcbff6033d (patch)
tree86d872e4416f8857ec913ba5388ff85e3072ff95 /graphql.cabal
parent045b6d15fbf299b5a09a20e3045209d7dcc31908 (diff)
downloadgraphql-f54e9451d20d020632fb3481087af2bcbff6033d.tar.gz
Release 0.5.0.0v0.5.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 0a43ff4..b8d699e 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: cb68243309f47fc44768d14981c4f6f8b3f1bb9dc37dd17a63996418d6aac375
+-- hash: 6598c2424405b7a92a4672ad7d1a4e8ad768ea47bf3ed0c3c5ae51bac8730301
name: graphql
-version: 0.4.0.0
+version: 0.5.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