Simon Peyton Jones pushed to branch wip/T20264 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Types/Var.hs
    ... ... @@ -128,7 +128,7 @@ import {-# SOURCE #-} GHC.Builtin.Types ( manyDataConTy )
    128 128
     import GHC.Types.Name hiding (varName)
    
    129 129
     import GHC.Types.Unique ( Uniquable, Unique, getKey, getUnique
    
    130 130
                             , nonDetCmpUnique )
    
    131
    -import GHC.Types.Basic( TypeOrConstraint(..), OccInfo, TyCoOccInfo(..) )
    
    131
    +import GHC.Types.Basic( TypeOrConstraint(..), TyCoOccInfo(..) )
    
    132 132
     import GHC.Utils.Misc
    
    133 133
     import GHC.Utils.Binary
    
    134 134
     import GHC.Utils.Outputable