Description
A Haskell build helper for running doctests from Setup.hs. It helps packages integrate documentation examples into their Cabal build or test workflow.
Developers use it when package documentation contains examples that should be checked automatically. Doctests are most valuable when examples stay small, accurate, and close to real user behavior.