forked from OSS/graphql
Garden
This commit is contained in:
parent
5af7136893
commit
50a0c953d3
@ -1,8 +1,9 @@
|
|||||||
name: graphql
|
name: graphql
|
||||||
version: 0.1
|
version: 0.1
|
||||||
synopsis: GraphQL Types
|
synopsis: GraphQL Haskell implementation
|
||||||
description:
|
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
|
homepage: https://github.com/jdnavarro/graphql-haskell
|
||||||
bug-reports: https://github.com/jdnavarro/graphql-haskell/issues
|
bug-reports: https://github.com/jdnavarro/graphql-haskell/issues
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -10,7 +11,7 @@ license-file: LICENSE
|
|||||||
author: Danny Navarro
|
author: Danny Navarro
|
||||||
maintainer: j@dannynavarro.net
|
maintainer: j@dannynavarro.net
|
||||||
copyright: Copyright (C) 2015 J. Daniel Navarro
|
copyright: Copyright (C) 2015 J. Daniel Navarro
|
||||||
category: Web,Parsing
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files: README.md CHANGELOG.md stack.yaml
|
extra-source-files: README.md CHANGELOG.md stack.yaml
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
Loading…
Reference in New Issue
Block a user