Configure hspec

This commit is contained in:
Joscha 2020-03-27 20:28:59 +00:00
parent ae7f0bdac4
commit a7d4eec3dd
2 changed files with 10 additions and 0 deletions

View file

@ -24,3 +24,12 @@ dependencies:
library:
source-dirs: src
tests:
spec:
source-dirs: test
main: Spec.hs
dependencies:
- QuickCheck
- hspec
- mima-tools

1
test/Spec.hs Normal file
View file

@ -0,0 +1 @@
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}