
Simon Peyton Jones pushed to branch wip/T20264 at Glasgow Haskell Compiler / GHC Commits: 028e1bea by Simon Peyton Jones at 2025-07-14T09:02:59+01:00 Wibble imports again - - - - - 1 changed file: - compiler/GHC/Types/Var.hs Changes: ===================================== compiler/GHC/Types/Var.hs ===================================== @@ -128,7 +128,7 @@ import {-# SOURCE #-} GHC.Builtin.Types ( manyDataConTy ) import GHC.Types.Name hiding (varName) import GHC.Types.Unique ( Uniquable, Unique, getKey, getUnique , nonDetCmpUnique ) -import GHC.Types.Basic( TypeOrConstraint(..), OccInfo, TyCoOccInfo(..) ) +import GHC.Types.Basic( TypeOrConstraint(..), TyCoOccInfo(..) ) import GHC.Utils.Misc import GHC.Utils.Binary import GHC.Utils.Outputable View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/028e1beaf3bd9c98ecb3d6c33793f20b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/028e1beaf3bd9c98ecb3d6c33793f20b... You're receiving this email because of your account on gitlab.haskell.org.