Closed danwdart closed 2 years ago
Just got bitten by this myself.
The latest v0.29 release appears to build with GHC 9.0.1.
I think v0.28 (and older?!) should get some bounds so dependency solvers won't consider them for GHC >= 9.0. I'm not quite sure which bounds should be added though.
I'm not quite sure which bounds should be added though.
integer-gmp < 1.1
I think.
EDIT: https://gitlab.haskell.org/ghc/ghc/-/issues/19811 is slightly related.
As a Hackage trustee I have created revisions that prevent cryptonite < 0.29
from building with integer-gmp >= 1.1
, e.g. http://hackage.haskell.org/package/cryptonite-0.28/revisions/.
This can be closed now that 0.30 is released and is compatible with the 9.0 series.
That's great, thanks! Looking forward to testing it.
GHC 9.0.1 removes
powModSecInteger
etc, replaced by thebignum
library.Compiling produces: