diff options
Diffstat (limited to 'compiler/GHC/Platform/Reg.hs')
-rw-r--r-- | compiler/GHC/Platform/Reg.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Platform/Reg.hs b/compiler/GHC/Platform/Reg.hs index b856d7c3af..00cd254630 100644 --- a/compiler/GHC/Platform/Reg.hs +++ b/compiler/GHC/Platform/Reg.hs @@ -29,7 +29,7 @@ where import GhcPrelude import Outputable -import Unique +import GHC.Types.Unique import GHC.Platform.Reg.Class import Data.List (intersect) |