All Versions
8
Latest Version
Avg Release Cycle
126 days
Latest Release
1658 days ago

Changelog History

  • v1.0.8 Changes

    October 02, 2019
    • ๐Ÿ“ฆ Pass -package-env=- when compiler supports it
    • Amend examples to unsetEnv "GHC_ENVIRONMENT"
  • v1.0.7 Changes

    August 26, 2019
    • โœ… Make Distribution.Extra.Doctest -Wall-clean
    • ๐Ÿ‘Œ Support GHC-8.8, base-4.13, and Cabal-3.0
  • v1.0.6 Changes

    January 28, 2018
    • ๐Ÿ— Hook haddock build too. Fixes issue when haddock fails, as Build_doctests isn't generated.
  • v1.0.5 Changes

    January 26, 2018
    • โž• Add a hack so Build_doctests module is automatically added to to other-modules and autogen-modules when compiled with Cabal-2.0. Thanks to that, we don't get warnings because of -Wmissing-home-modules.
  • v1.0.4 Changes

    December 05, 2017
    • โž• Add support for doctests in executables and (with Cabal-2.0 or later) internal libraries. Refer to the README for more details.
  • v1.0.3 Changes

    November 02, 2017
    • โž• Add an explicit Prelude import to Build_doctests
  • v1.0.2 Changes

    May 16, 2017
    • โž• Add defaultMainAutoconfWithDoctests and addDoctestsUserHook.

    • โž• Add support for .hsc and other preprocessed files (#8)

    • โž• Add support for x-doctest-source-dirs and x-doctest-modules.

  • v1.0.1 Changes

    May 05, 2017
    • โž• Add support for x-doctest-options cabal-file field

    • ๐Ÿ‘ Proper support for GHC-8.2.1 & Cabal-2.0.0.0

    • โž• Add support to default-extensions in library.