Simon Peyton Jones pushed to branch wip/spj-reinstallable-base at Glasgow Haskell Compiler / GHC
Commits:
-
27ddaf23
by Simon Peyton Jones at 2026-04-12T16:38:50+01:00
2 changed files:
Changes:
| ... | ... | @@ -89,7 +89,7 @@ knownOccs |
| 89 | 89 | , enumFromToClassOpOcc, enumFromThenToClassOpOcc
|
| 90 | 90 | |
| 91 | 91 | -- Static
|
| 92 | - , fromStaticPtrClassOpOcc
|
|
| 92 | + , fromStaticPtrClassOpOcc
|
|
| 93 | 93 | |
| 94 | 94 | -- Typeable stuff
|
| 95 | 95 | , someTypeRepTyConOcc, someTypeRepDataConOcc, mkTrConOcc, mkTrAppCheckedOcc
|
| ... | ... | @@ -46,7 +46,6 @@ module GHC.Internal.List ( |
| 46 | 46 | import GHC.Internal.Base
|
| 47 | 47 | import GHC.Internal.Data.Maybe
|
| 48 | 48 | import GHC.Internal.Err (error)
|
| 49 | -import GHC.Internal.Magic (oneShot)
|
|
| 50 | 49 | import GHC.Internal.Num (Num(..))
|
| 51 | 50 | import GHC.Internal.Bignum.Integer (Integer)
|
| 52 | 51 | import GHC.Internal.Prim (seq)
|