
Simon Peyton Jones pushed to branch wip/T20264 at Glasgow Haskell Compiler / GHC Commits: 26ad8ab2 by Simon Peyton Jones at 2025-07-14T08:13:03+01:00 Wibble imports - - - - - 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, noOccInfo, TyCoOccInfo(..) ) +import GHC.Types.Basic( TypeOrConstraint(..), OccInfo, TyCoOccInfo(..) ) import GHC.Utils.Misc import GHC.Utils.Binary import GHC.Utils.Outputable View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26ad8ab2d90bd3454eac1a3b14be9a05... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26ad8ab2d90bd3454eac1a3b14be9a05... You're receiving this email because of your account on gitlab.haskell.org.