Rename module Data.GraphQL -> Data.GraphQL.AST

This commit is contained in:
Danny Navarro 2015-09-12 15:16:28 +02:00
parent 50a0c953d3
commit 0f673b9b4d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
module Data.GraphQL where module Data.GraphQL.AST where
import Data.Text (Text) import Data.Text (Text)

View File

@ -1,6 +1,6 @@
name: graphql name: graphql
version: 0.1 version: 0.1
synopsis: GraphQL Haskell implementation synopsis: Haskell GraphQL implementation
description: description:
For now this package provides the 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. 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 cabal-version: >=1.10
library library
exposed-modules: Data.GraphQL exposed-modules: Data.GraphQL.AST
build-depends: base >= 4.7 && < 5, build-depends: base >= 4.7 && < 5,
text >=0.11.3.1 text >=0.11.3.1
default-language: Haskell2010 default-language: Haskell2010