Last active
March 5, 2021 01:19
-
-
Save mospina/8eaf1f923076a3d27de510a1106b97a2 to your computer and use it in GitHub Desktop.
Set testing in stack with hspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tests: | |
| rayuela-test: | |
| main: Spec.hs | |
| source-dirs: test | |
| ghc-options: | |
| - -threaded | |
| - -rtsopts | |
| - -with-rtsopts=-N | |
| dependencies: | |
| - rayuela | |
| - hspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment