[Git][ghc/ghc][wip/T26343] 2 commits: base-exports: update version numbers

Teo Camarasu pushed to branch wip/T26343 at Glasgow Haskell Compiler / GHC Commits: 461c2577 by Teo Camarasu at 2025-08-24T13:27:43+01:00 base-exports: update version numbers As the version of the compiler has been bumped, a lot of the embedded version numbers will need to be updated if we ever run this test with `--test-accept` so let's just update them now, and keep future diffs clean. - - - - - 0cbf4024 by Teo Camarasu at 2025-08-24T13:29:36+01:00 base: don't expose GHC.Num.{BigNat, Integer, Natural} WIP - - - - - 13 changed files: - libraries/base/base.cabal.in - libraries/base/src/Data/Array/Byte.hs - libraries/base/src/GHC/Num.hs - − libraries/base/src/GHC/Num/BigNat.hs - − libraries/base/src/GHC/Num/Integer.hs - − libraries/base/src/GHC/Num/Natural.hs - libraries/base/src/System/CPUTime/Utils.hs - libraries/ghc-bignum/ghc-bignum.cabal - libraries/ghc-experimental/src/GHC/TypeNats/Experimental.hs - testsuite/tests/interface-stability/base-exports.stdout - testsuite/tests/interface-stability/base-exports.stdout-javascript-unknown-ghcjs - testsuite/tests/interface-stability/base-exports.stdout-mingw32 - testsuite/tests/interface-stability/base-exports.stdout-ws-32 The diff was not included because it is too large. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ad48bb4b6f76923073391d8e9f56203... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ad48bb4b6f76923073391d8e9f56203... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Teo Camarasu (@teo)