diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-12 13:09:06 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-12 13:09:06 +0200 |
| commit | 50a0c953d35acecf46736c05bed717416fa7c279 (patch) | |
| tree | 471affa4d57a79b4c5fa26416f1fd7dc0d123e5d | |
| parent | 5af71368933fb8d7018897de24dae293b01d5a4c (diff) | |
| download | graphql-0.1.tar.gz | |
Gardenv0.1
| -rw-r--r-- | graphql.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphql.cabal b/graphql.cabal index 7687c30..f653731 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,8 +1,9 @@ name: graphql version: 0.1 -synopsis: GraphQL Types +synopsis: GraphQL Haskell implementation description: - Data types for the GraphQL language. + For now this package provides the data types for the GraphQL language. + Further releases will cover more aspects of the GraphQL specification. homepage: https://github.com/jdnavarro/graphql-haskell bug-reports: https://github.com/jdnavarro/graphql-haskell/issues license: BSD3 @@ -10,7 +11,7 @@ license-file: LICENSE author: Danny Navarro maintainer: j@dannynavarro.net copyright: Copyright (C) 2015 J. Daniel Navarro -category: Web,Parsing +category: Web build-type: Simple extra-source-files: README.md CHANGELOG.md stack.yaml cabal-version: >=1.10 |
