diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-02-12 13:27:46 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-02-12 13:27:46 +0100 |
| commit | 04d8d40b3ad2dac0040a3fae63f48d8269adf81e (patch) | |
| tree | ef5eea61a141baaf94ec63eb37156776c80b542d /graphql.cabal | |
| parent | a088c819442800cf9cf4a2e95d5cb4bc16584029 (diff) | |
| download | graphql-04d8d40b3ad2dac0040a3fae63f48d8269adf81e.tar.gz | |
Split StarWars tests in different modules
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index ea1d152..18c78fa 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -41,7 +41,9 @@ test-suite tasty main-is: tasty.hs ghc-options: -Wall other-modules: Paths_graphql - Test.StarWars + Test.StarWars.Data + Test.StarWars.Schema + Test.StarWars.QueryTests build-depends: base >= 4.6 && <5, aeson >= 0.7.0.3, text >= 0.11.3.1, |
