ghc-experimental: Expose primops and ghc extensions via GHC.PrimOps
This will be the new place for functions that would have gone into GHC.Exts in the past but are not stable enough to do so now. Addresses #25242 (cherry picked from commit 39497eed)
Showing
- libraries/base/src/GHC/Exts.hs 3 additions, 0 deletionslibraries/base/src/GHC/Exts.hs
- libraries/ghc-experimental/ghc-experimental.cabal.in 1 addition, 0 deletionslibraries/ghc-experimental/ghc-experimental.cabal.in
- libraries/ghc-experimental/src/GHC/PrimOps.hs 33 additions, 0 deletionslibraries/ghc-experimental/src/GHC/PrimOps.hs
- libraries/ghc-internal/src/GHC/Internal/Exts.hs 34 additions, 2 deletionslibraries/ghc-internal/src/GHC/Internal/Exts.hs
- testsuite/tests/interface-stability/ghc-experimental-exports.stdout 1931 additions, 0 deletions...tests/interface-stability/ghc-experimental-exports.stdout
- testsuite/tests/interface-stability/ghc-experimental-exports.stdout-mingw32 10645 additions, 0 deletions...terface-stability/ghc-experimental-exports.stdout-mingw32
Loading
Please register or sign in to comment