Rodrigo Mesquita pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • libraries/base/src/GHC/Essentials.hs
    ... ... @@ -146,7 +146,7 @@ module GHC.Essentials
    146 146
     
    
    147 147
         -- Static pointers
    
    148 148
         , IsStatic( fromStaticPtr ), makeStatic
    
    149
    -    , StaticPtr, StaticPtrInfo( StaticPtrInfo )
    
    149
    +    , StaticPtr(..), StaticPtrInfo( StaticPtrInfo )
    
    150 150
     
    
    151 151
         -- Stable pointers
    
    152 152
         , StablePtr, newStablePtr
    

  • libraries/ghc-experimental/src/GHC/Profiling/Eras.hs
    1
    -{-# LANGUAGE Trustworthy #-}
    
    1
    +{-# LANGUAGE Safe #-}
    
    2 2
     {-# LANGUAGE NoImplicitPrelude #-}
    
    3 3
     
    
    4 4
     module GHC.Profiling.Eras ( setUserEra