Skip to content
  • Artem Pelenitsyn's avatar
    822d1a73
    doctests: switch to the preffered method of calling the tool · 822d1a73
    Artem Pelenitsyn authored
    which is `cabal repl --with-ghc=doctest`. This not only catches up with
    the current upstream recommendations, but also simplifies the usage:
    before this change calling doctest required you to set up an environment
    with QuickCheck available (we used to do it via cabal-env). The new
    method takes care of it automatically.
    
    Also add some docs to fix #8147
    822d1a73
    doctests: switch to the preffered method of calling the tool
    Artem Pelenitsyn authored
    which is `cabal repl --with-ghc=doctest`. This not only catches up with
    the current upstream recommendations, but also simplifies the usage:
    before this change calling doctest required you to set up an environment
    with QuickCheck available (we used to do it via cabal-env). The new
    method takes care of it automatically.
    
    Also add some docs to fix #8147
Loading