Description
Extends hspec-expectations so expectation checks can run inside MonadIO-based Haskell code. This helps projects keep tests close to the code style they already use for effects, IO wrappers, or custom test contexts.
Use it when a Haskell test suite needs Hspec-style assertions without forcing every check into plain IO. It is a library dependency, not a separate program.