[Git][ghc/ghc][wip/spj-reinstallable-base2] fix assertions
Rodrigo Mesquita pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: ee1cc94e by Rodrigo Mesquita at 2026-05-19T16:25:50+01:00 fix assertions - - - - - 2 changed files: - libraries/base/src/GHC/Essentials.hs - libraries/ghc-experimental/src/GHC/Profiling/Eras.hs Changes: ===================================== libraries/base/src/GHC/Essentials.hs ===================================== @@ -146,7 +146,7 @@ module GHC.Essentials -- Static pointers , IsStatic( fromStaticPtr ), makeStatic - , StaticPtr, StaticPtrInfo( StaticPtrInfo ) + , StaticPtr(..), StaticPtrInfo( StaticPtrInfo ) -- Stable pointers , StablePtr, newStablePtr ===================================== libraries/ghc-experimental/src/GHC/Profiling/Eras.hs ===================================== @@ -1,4 +1,4 @@ -{-# LANGUAGE Trustworthy #-} +{-# LANGUAGE Safe #-} {-# LANGUAGE NoImplicitPrelude #-} module GHC.Profiling.Eras ( setUserEra View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee1cc94e5be0570b7bb1310659f8f9a7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee1cc94e5be0570b7bb1310659f8f9a7... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)