diff options
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphql.cabal b/graphql.cabal index 337e397..abbfba6 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 2.2 -- -- see: https://github.com/sol/hpack -- --- hash: ddb79ddbd13b917f320fff372b4a29b63b6eb0ed113ca732c1d779b4e6a296d8 +-- hash: c943c792ef9717e8305e22059e7244a0a471b6d26a53e6e4dc162e4f4a6110b4 name: graphql version: 0.10.0.0 @@ -74,7 +74,7 @@ library , unordered-containers default-language: Haskell2010 -test-suite tasty +test-suite graphql-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: @@ -89,9 +89,6 @@ test-suite tasty Test.DirectiveSpec Test.FragmentSpec Test.RootOperationSpec - Test.StarWars.Data - Test.StarWars.QuerySpec - Test.StarWars.Schema Paths_graphql hs-source-dirs: tests |
