summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.yaml b/package.yaml
index 50f709a..f7dd238 100644
--- a/package.yaml
+++ b/package.yaml
@@ -41,7 +41,7 @@ library:
tests:
tasty:
- main: tasty.hs
+ main: Spec.hs
source-dirs: tests
ghc-options:
- -threaded
@@ -49,6 +49,6 @@ tests:
- -with-rtsopts=-N
dependencies:
- graphql
+ - hspec
+ - hspec-expectations
- raw-strings-qq
- - tasty
- - tasty-hunit