Closed jpouellet closed 9 years ago
Sorry for no documentation. If you install Haskell Platform, please do:
% cabal install test-framework-hunit
% runghc test.hs
Works for me! Thanks. Might want to add a line to README.md about it though.
Done. Thank you for the suggestion.
After about 2 hours of bootstrapping a haskell environment, figuring out what dependencies it needs, installing the dependencies, and having no clue how to resolve:
or
or
or
I found https://github.com/kazu-yamamoto/unit-test-example but still have no clue what to do.
I just give up. Any hints?