To test the compatibility with cabal test -O0 --constraint 'bytestring>=0.11' --allow-newer=bytestring, I needed to fix the tasty-discover dependency. From the commit message:
Specify tasty-discover dependency as build-tool-depends
Otherwise cabal doesn't know that it needs to build the tasty-discover executable.
To test the compatibility with
cabal test -O0 --constraint 'bytestring>=0.11' --allow-newer=bytestring
, I needed to fix thetasty-discover
dependency. From the commit message: