Please upload ghc-bignum and new integer-gmp to hackage

After upgrade to GHC 9.0 I have following warnings in my code using GMP:

    In the use of data constructor ‘S#’
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IS constructor instead"

But there’s no IS constructor I can find from current integer-gmp package, please upload ghc-bignum and new integer-gmp to hackage, Thanks!

3 Likes

Hi,
They should be uploaded as part of the release process (see https://gitlab.haskell.org/ghc/ghc/-/issues/18216). Sadly past experience showed that it could take some time.

In the meantime you can find the haddock here: https://downloads.haskell.org/ghc/9.0.1/docs/html/libraries/ghc-bignum-1.0/GHC-Num-Integer.html

Cheers,
Sylvain

1 Like