Description
Adds golden-test support to Hspec, where test output is compared with a stored expected result. This is useful for checking generated text, formatted output, serialized data, or other results that should stay stable over time.
Developers install it as part of a Haskell test setup. It does not run by itself from the desktop; it is used by test code and build tools.