diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index 2490e20..70001aa 100644 --- a/package.yaml +++ b/package.yaml @@ -37,11 +37,12 @@ executables: tests: fun-test: - main: Spec.hs + main: Fun.hs source-dirs: test ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: + - HUnit - fun |