[Git][ghc/ghc][wip/spj-reinstallable-base2] more fixes across platforms
Rodrigo Mesquita pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: 8a94a8d4 by Rodrigo Mesquita at 2026-07-07T20:30:18+01:00 more fixes across platforms - - - - - 3 changed files: - libraries/ghc-internal/src/GHC/Internal/Heap/InfoTable.hsc - libraries/ghc-internal/src/GHC/Internal/IO/Windows/Encoding.hs - libraries/ghc-internal/src/GHC/Internal/JS/Prim.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/Heap/InfoTable.hsc ===================================== @@ -25,6 +25,7 @@ import GHC.Internal.Maybe (Maybe(..)) import GHC.Internal.Foreign.Ptr import GHC.Internal.Foreign.Storable import GHC.Internal.Num as Rebindable( fromInteger ) -- For known-key names +import qualified GHC.Internal.Stack.Types as Rebindable ------------------------------------------------------------------------- -- Profiling specific code ===================================== libraries/ghc-internal/src/GHC/Internal/IO/Windows/Encoding.hs ===================================== @@ -26,6 +26,7 @@ module GHC.Internal.IO.Windows.Encoding import GHC.Internal.Base (String, assert, return, ($), (.)) import qualified GHC.Internal.Base as Rebindable ((>>=)) +import qualified GHC.Internal.IO.Exception as Rebindable (assertError) import GHC.Internal.Classes (Eq(..), Ord(..)) import qualified GHC.Internal.Num as Rebindable (fromInteger) import GHC.Internal.Types (Int) ===================================== libraries/ghc-internal/src/GHC/Internal/JS/Prim.hs ===================================== @@ -50,6 +50,7 @@ import qualified GHC.Internal.Types as GHC (unpackCString#, unpackCStringUtf8#) import GHC.Internal.IO import GHC.Internal.Base import GHC.Internal.Show +import qualified GHC.Internal.Data.Typeable.Internal as Rebindable {- JSVal is a boxed type that can be used as FFI View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8a94a8d476b803e64a14fb022bca27e2... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8a94a8d476b803e64a14fb022bca27e2... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)