X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FGraphBase.hs;h=04eda9612013f94f35b2fe547e2e0caf91fec061;hb=9f592bb0ae0dc76bd3ec7729474057d2069bb4db;hp=3948c81a6ab2f0644e3d7fe2a4288e30beb7a187;hpb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;p=ghc-hetmet.git diff --git a/compiler/utils/GraphBase.hs b/compiler/utils/GraphBase.hs index 3948c81..04eda96 100644 --- a/compiler/utils/GraphBase.hs +++ b/compiler/utils/GraphBase.hs @@ -14,7 +14,7 @@ module GraphBase ( where import UniqSet -import LazyUniqFM +import UniqFM -- | A fn to check if a node is trivially colorable