Configure hspec
This commit is contained in:
parent
ae7f0bdac4
commit
a7d4eec3dd
2 changed files with 10 additions and 0 deletions
|
|
@ -24,3 +24,12 @@ dependencies:
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|
||||||
|
tests:
|
||||||
|
spec:
|
||||||
|
source-dirs: test
|
||||||
|
main: Spec.hs
|
||||||
|
dependencies:
|
||||||
|
- QuickCheck
|
||||||
|
- hspec
|
||||||
|
- mima-tools
|
||||||
|
|
|
||||||
1
test/Spec.hs
Normal file
1
test/Spec.hs
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue