[Git][ghc/ghc][wip/spj-reinstallable-base] Wibbles
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 Wibbles - - - - - 2 changed files: - compiler/GHC/Builtin/KnownOccs.hs - libraries/ghc-internal/src/GHC/Internal/List.hs Changes: ===================================== compiler/GHC/Builtin/KnownOccs.hs ===================================== @@ -89,7 +89,7 @@ knownOccs , enumFromToClassOpOcc, enumFromThenToClassOpOcc -- Static - , fromStaticPtrClassOpOcc + , fromStaticPtrClassOpOcc -- Typeable stuff , someTypeRepTyConOcc, someTypeRepDataConOcc, mkTrConOcc, mkTrAppCheckedOcc ===================================== libraries/ghc-internal/src/GHC/Internal/List.hs ===================================== @@ -46,7 +46,6 @@ module GHC.Internal.List ( import GHC.Internal.Base import GHC.Internal.Data.Maybe import GHC.Internal.Err (error) -import GHC.Internal.Magic (oneShot) import GHC.Internal.Num (Num(..)) import GHC.Internal.Bignum.Integer (Integer) import GHC.Internal.Prim (seq) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/27ddaf2385a03eb30c0fc4209a18f33b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/27ddaf2385a03eb30c0fc4209a18f33b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)