Recent versions of stack (anything after stack-2.1), have changed so that doctests no longer work.
I believe that doctests need to be using the cabal-doctest package in order to work correctly when compiling with stack.
pretty-simple's doctests need to be switched over to use cabal-doctest.
This should also make CI stop failing when building with stack.
Recent versions of
stack(anything after stack-2.1), have changed so that doctests no longer work.I believe that doctests need to be using the
cabal-doctestpackage in order to work correctly when compiling withstack.pretty-simple's doctests need to be switched over to use
cabal-doctest.This should also make CI stop failing when building with
stack.