Wolfgang Jeltsch pushed to branch wip/jeltsch/improve-closure-property-check at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Unit/External/Index.hs
    ... ... @@ -308,7 +308,6 @@ data GlobalUnitKey =
    308 308
       GlobalUnitKey
    
    309 309
         !UnitId -- ^ Unit Id of the 'UnitInfo'
    
    310 310
         !UnitAbiHash -- ^ ABI hash of the 'UnitInfo'
    
    311
    -  deriving (Eq, Ord)
    
    312 311
     
    
    313 312
     globalUnitKeyFromUnitInfo :: UnitInfo -> GlobalUnitKey
    
    314 313
     globalUnitKeyFromUnitInfo ui = mkGlobalUnitKey (unitId ui) (unitAbiHash ui)