diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-09-12 15:16:28 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-09-12 15:16:28 +0200 |
| commit | 0f673b9b4dc6d1ab53dba0afa347479f86a0308c (patch) | |
| tree | 989a6e41d7de300ad30148454c2ded83d8ce4980 /graphql.cabal | |
| parent | 50a0c953d35acecf46736c05bed717416fa7c279 (diff) | |
| download | graphql-0f673b9b4dc6d1ab53dba0afa347479f86a0308c.tar.gz | |
Rename module `Data.GraphQL` -> `Data.GraphQL.AST`
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal index f653731..2319318 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,6 +1,6 @@ name: graphql version: 0.1 -synopsis: GraphQL Haskell implementation +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. @@ -17,7 +17,7 @@ extra-source-files: README.md CHANGELOG.md stack.yaml cabal-version: >=1.10 library - exposed-modules: Data.GraphQL + exposed-modules: Data.GraphQL.AST build-depends: base >= 4.7 && < 5, text >=0.11.3.1 default-language: Haskell2010 |
