Description
Adds expectation helpers for HUnit-style tests in Haskell. They let test code express what should happen in a compact, readable way, which helps developers understand failures faster.
This is mainly useful when building or testing Haskell projects that depend on Hspec or HUnit conventions. It does not add an application launcher; it is a development library used by other packages and test suites.