Description
Provides a unit testing framework for Haskell. It lets developers define expected results, run focused checks, and catch regressions in small pieces of code.
This is useful while developing libraries, command-line tools, services, or applications in Haskell. Tests are normally run through the project build system, so this package does not add a desktop application.