diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-10-17 17:49:56 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-10-17 17:49:56 +0200 |
| commit | 3f30a44d1d9464ec112246c7dae1a5519b39769e (patch) | |
| tree | abe32c2c42490130488241435ebe1bfb8ddc3d8d /graphql.cabal | |
| parent | 8e3bae4b5c18dd1647e2a1de5c51802531b90ddb (diff) | |
| download | graphql-3f30a44d1d9464ec112246c7dae1a5519b39769e.tar.gz | |
Test fixtures for Schema toplevel
This includes simplications to the Schema data types.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql.cabal b/graphql.cabal index a78f6ab..752d2ae 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -40,6 +40,7 @@ test-suite tasty main-is: tasty.hs ghc-options: -Wall other-modules: Paths_graphql + Test.StarWars build-depends: base >=4.6 && <5, text >=0.11.3.1, attoparsec >=0.10.4.0, |
