diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-10-17 13:19:00 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-10-17 13:23:49 +0200 |
| commit | 8e3bae4b5c18dd1647e2a1de5c51802531b90ddb (patch) | |
| tree | adf1d7924a5269d943c9bfa2fe79c1b1b7917539 /graphql.cabal | |
| parent | c8f629e8268cbd54f026b3e3d0765d9cfe655fec (diff) | |
| download | graphql-8e3bae4b5c18dd1647e2a1de5c51802531b90ddb.tar.gz | |
Initial stub for a `GraphQL` and `execute`
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index 9f944fa..a78f6ab 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -24,10 +24,14 @@ library ghc-options: -Wall exposed-modules: Data.GraphQL.AST Data.GraphQL.Encoder + Data.GraphQL.Execute + Data.GraphQL.Schema Data.GraphQL.Parser build-depends: base >=4.7 && < 5, text >=0.11.3.1, - attoparsec >=0.10.4.0 + aeson >=0.7.0.3, + attoparsec >=0.10.4.0, + unordered-containers >=0.2.5.0 test-suite tasty default-language: Haskell2010 |
