summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-11-05 07:55:22 +0100
committerEugen Wissner <belka@caraus.de>2020-11-05 07:55:22 +0100
commit7f0fb187169938f7b9b2333b5cc79293813c0eb1 (patch)
tree8c0419592dc7619b040c57c86dc13b52c10f5bd0 /graphql.cabal
parentafcf9aaa14e925ca137ec956e3bfd47d2506c904 (diff)
downloadgraphql-7f0fb187169938f7b9b2333b5cc79293813c0eb1.tar.gz
Remove StarWars tests
Our own test suite is slowly getting sufficient.
Diffstat (limited to 'graphql.cabal')
-rw-r--r--graphql.cabal7
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