hs-cryptohash
hs-cryptohash copied to clipboard
`cryptohash == 0.[456].*` fails to build with GHC >= 7.8 / base >= 4.7
As can be seen in https://ghc.haskell.org/~hvr/buildreports/cryptohash.html a few old major versions fail to build with GHC 7.8+ subsequently infecting install-plans with upper bounds.
The two ways to fix this, is either to
- upload 3 point releases fixing compilation with GHC 7.8+ for the major versions
0.4.*,0.5.*and0.6.*respectively, or - edit the
.cabalmeta-data to add abase < 4.7constraint to all existingcryptohash < 0.7releases