summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2015-09-14 17:25:18 +0200
committerDanny Navarro <j@dannynavarro.net>2015-09-14 17:25:18 +0200
commit7cf2b5933148a3d0e2f996dd483398579cddbeed (patch)
treeeb4359f6b606c29f7b48ed5a7564a5050fdec92e /graphql.cabal
parentdcd7b46a6d726313f89473dc91f4ef468c4f6ae7 (diff)
downloadgraphql-7cf2b5933148a3d0e2f996dd483398579cddbeed.tar.gz
Version bump, CHANGELOG and some gardening
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphql.cabal b/graphql.cabal
index 790a2af..2f83aeb 100644
--- a/graphql.cabal
+++ b/graphql.cabal
@@ -1,9 +1,9 @@
name: graphql
-version: 0.1
+version: 0.2
synopsis: Haskell GraphQL implementation
description:
- For now this package provides the data types for the GraphQL language.
- Further releases will cover more aspects of the GraphQL specification.
+ This package provides a rudimentary parser for the
+ <https://facebook.github.io/graphql/ GraphQL> language.
homepage: https://github.com/jdnavarro/graphql-haskell
bug-reports: https://github.com/jdnavarro/graphql-haskell/issues
license: BSD3