Closed amesgen closed 3 years ago
for reference, the memory
issue is documented here: https://github.com/vincenthz/hs-memory/issues/84 with two PRs ready to go to fix it
This has been fixed in cryptonite-0.29 via b6981a4ea5eb26d283f89489ede2110faa758621 in particular.
thanks!
https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#integer-gmp-11-integer-simple-ghc-bignum-10
These migration notes also suggest to use alternative bindings to gmp to provide the missing functions, e.g. hgmp, but I don't know if this is enough of a motivation w.r.t. the contribution guidelines.
Tested locally with this
cabal.project.local
:So it depends on a release of
memory
.