Open toyboot4e opened 2 weeks ago
Possible solutions:
cabal build && cabal repl --with-ghc=doctest --repl-options='-w -Wdefault'
Setup.hs
I also want to use doctest as a library, not as an executable (because I often switch GHC versions).
doctest
Possible solutions:
cabal build && cabal repl --with-ghc=doctest --repl-options='-w -Wdefault'
Setup.hs
needs to be modified?I also want to use
doctest
as a library, not as an executable (because I often switch GHC versions).