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
2 changed files:
Changes:
| ... | ... | @@ -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
|
| 1 | -{-# LANGUAGE Trustworthy #-}
|
|
| 1 | +{-# LANGUAGE Safe #-}
|
|
| 2 | 2 | {-# LANGUAGE NoImplicitPrelude #-}
|
| 3 | 3 | |
| 4 | 4 | module GHC.Profiling.Eras ( setUserEra
|