Closed RyanGlScott closed 6 years ago
Two changes are needed to make hpc-coveralls build with Cabal-2.2:
hpc-coveralls
Cabal-2.2
parsePackageDescription
parseGenericPackageDescription
ParseResult
runParseResult
Along the way, I bumped the aeson upper version bounds to allow 1.3, and added some other-modules to fix a Cabal warning.
aeson
other-modules
Cabal
Coverage remained the same at 36.17% when pulling 344217f513b7adfb9037f73026f5d928be98d07f on RyanGlScott:master into 04fe42c4533b3244e9fa1c2772aa5e30baf5eef0 on guillaume-nargeot:master.
Ping? This is blocking me from upgrading some libraries I maintain to use GHC 8.4.
@guillaume-nargeot
This package appears to be unmaintained, so closing.
Two changes are needed to make
hpc-coveralls
build withCabal-2.2
:parsePackageDescription
has been removed in favor ofparseGenericPackageDescription
.ParseResult
data type is now abstract, and must be matched on by means of therunParseResult
function.Along the way, I bumped the
aeson
upper version bounds to allow 1.3, and added someother-modules
to fix aCabal
warning.