diff options
author | Marvin Borner | 2022-03-03 15:57:46 +0100 |
---|---|---|
committer | Marvin Borner | 2022-03-03 15:57:46 +0100 |
commit | 8a3405146b918ef18a42aca1bcdac55a8c484c47 (patch) | |
tree | 62eb5eed4a1293d111d4d0d3fb3fe63bc5afb7ab /package.yaml | |
parent | 4d5aa27a4636abcf58afeec83e598118eb02fb5c (diff) |
Tests
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 |