Look for a package.conf.d directory containing per-package .conf files
[ghc-hetmet.git] / ghc / compiler / coreSyn / CoreUnfold.lhs
index e8549a7..d57f188 100644 (file)
@@ -51,7 +51,6 @@ import PrelNames      ( hasKey, buildIdKey, augmentIdKey )
 import Bag
 import FastTypes
 import Outputable
-import Util
 
 #if __GLASGOW_HASKELL__ >= 404
 import GLAEXTS         ( Int# )