diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-07-10 05:57:35 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-07-10 05:57:35 +0200 |
| commit | eb40810f25a2ab29e24c64f1e3c82b3b590460c8 (patch) | |
| tree | 7baaf32a12cf69f864f69718e20357534a71bf5f /package.yaml | |
| parent | 61879fb12437302d6b14e0e0297e3a8742d91f8b (diff) | |
| download | graphql-eb40810f25a2ab29e24c64f1e3c82b3b590460c8.tar.gz | |
Replace tasty and HUnit with Hspec
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 6 |
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 |
