diff options
Diffstat (limited to 'compiler/GHC/Driver/Backpack/Syntax.hs')
-rw-r--r-- | compiler/GHC/Driver/Backpack/Syntax.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Backpack/Syntax.hs b/compiler/GHC/Driver/Backpack/Syntax.hs index bb459d8e35..e579fe42a1 100644 --- a/compiler/GHC/Driver/Backpack/Syntax.hs +++ b/compiler/GHC/Driver/Backpack/Syntax.hs @@ -35,7 +35,7 @@ import GHC.Unit.Info data HsComponentId = HsComponentId { hsPackageName :: PackageName, - hsComponentId :: ComponentId + hsComponentId :: IndefUnitId } instance Outputable HsComponentId where |