Skip to content
Snippets Groups Projects
Commit e96198bb authored by Justin S. Leitgeb's avatar Justin S. Leitgeb
Browse files

Merge pull request #2 from stackbuilders/fix-test-suite-in-dist

Fix test suite in distributable package by including the test module.
parents a66c4a3e 35796f8e
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ test-suite test ...@@ -34,6 +34,7 @@ test-suite test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
hs-source-dirs: test hs-source-dirs: test
main-is: Suite.hs main-is: Suite.hs
other-modules: Data.DateTimeTest
build-depends: build-depends:
datetime-sb datetime-sb
......
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