Hannes Siebenhandl pushed to branch wip/fendor/external-unit-db-cache at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Unit/External/ModuleOrigin.hs
    ... ... @@ -7,12 +7,12 @@ module GHC.Unit.External.ModuleOrigin (
    7 7
       originEmpty,
    
    8 8
     ) where
    
    9 9
     
    
    10
    +import Data.Semigroup qualified as Semigroup
    
    10 11
     import GHC.Prelude
    
    11 12
     import GHC.Unit.External.Validate
    
    12 13
     import GHC.Unit.Info
    
    13 14
     import GHC.Utils.Outputable
    
    14 15
     import GHC.Utils.Panic
    
    15
    -import qualified Data.Semigroup as Semigroup
    
    16 16
     
    
    17 17
     -- | Given a module name, there may be multiple ways it came into scope,
    
    18 18
     -- possibly simultaneously.  This data type tracks all the possible ways