summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-09-10 10:06:48 +0200
committerEugen Wissner <belka@caraus.de>2019-09-10 10:20:40 +0200
commit721cbaee17561f3d9b58fb0c4ebe6e3a29d6c73d (patch)
tree1db71284c717eda480605ec9b4d673432ff99d3c /graphql.cabal
parent1704022e744b276e0010f5ff147af1f109d30154 (diff)
downloadgraphql-0.5.0.1.tar.gz
Release 0.5.0.1v0.5.0.1
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 b8d699e..74a6cf1 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
--- hash: 6598c2424405b7a92a4672ad7d1a4e8ad768ea47bf3ed0c3c5ae51bac8730301
+-- hash: 0b3b2cb6ec02a4eeaee98d4c003d4cbe68ab81fde1810b06b0b6eeb61010298c
name: graphql
-version: 0.5.0.0
+version: 0.5.0.1
synopsis: Haskell GraphQL implementation
description: This package provides a rudimentary parser for the <https://graphql.github.io/graphql-spec/June2018/ GraphQL> language.
category: Language