Open
Description
https://hackage.haskell.org/package/doctest-0.20.0/reports/
Don't see a build log for the actual test failure, nor do I know how exactly hackage
tries to run the tests. What I assume could be the issue is this: doctest
's test suite needs to be run with cabal exec
, specifically, this is how I run the tests:
cabal configure --enable-tests && cabal build && cabal exec -- cabal test --test-show-details=direct
Can this please be fixed? Alternatively, if this can not be fixed in a timely manner, can I please get rid of the -badge?