summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphBase.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/GraphBase.hs')
-rw-r--r--compiler/utils/GraphBase.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/GraphBase.hs b/compiler/utils/GraphBase.hs
index a165b003ba..67c362ff00 100644
--- a/compiler/utils/GraphBase.hs
+++ b/compiler/utils/GraphBase.hs
@@ -14,8 +14,8 @@ where
import GhcPrelude
-import UniqSet
-import UniqFM
+import GHC.Types.Unique.Set
+import GHC.Types.Unique.FM
-- | A fn to check if a node is trivially colorable