Skip to content
Snippets Groups Projects
Commit 9712c3a2 authored by glguy's avatar glguy
Browse files

Fix test section

parent 7a81ab37
No related branches found
No related tags found
No related merge requests found
...@@ -36,4 +36,5 @@ library ...@@ -36,4 +36,5 @@ library
test-suite unit-tests test-suite unit-tests
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: tests/Tests.hs main-is: tests/Tests.hs
build-depends: HUnit >= 1.3 && < 1.4 build-depends: base, HUnit >= 1.3 && < 1.4
default-language: Haskell2010
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment