diff options
| author | Danny Navarro <j@dannynavarro.net> | 2015-10-19 12:19:39 +0200 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2015-10-19 12:19:39 +0200 |
| commit | 4e5dc3433a53c2e0404fd2adb9fb33c898d1afa6 (patch) | |
| tree | bb58db83119bb0152a0df5ef76d4ebd6baa151c7 /graphql.cabal | |
| parent | 3f30a44d1d9464ec112246c7dae1a5519b39769e (diff) | |
| download | graphql-4e5dc3433a53c2e0404fd2adb9fb33c898d1afa6.tar.gz | |
Implement first StarWars end-to-end test
`execute` still needs to be implemented.
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 752d2ae..e32b593 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -42,6 +42,7 @@ test-suite tasty other-modules: Paths_graphql Test.StarWars build-depends: base >=4.6 && <5, + aeson >=0.7.0.3, text >=0.11.3.1, attoparsec >=0.10.4.0, tasty >=0.10, |
