Remove foldl' from Util; use the Data.List one instead
[ghc-hetmet.git] / compiler / utils / FiniteMap.lhs
index 6ac6b09..50800bf 100644 (file)
@@ -64,6 +64,8 @@ import Outputable
 
 import GHC.Exts
 
+import Data.List
+
 #if ! OMIT_NATIVE_CODEGEN
 #  define IF_NCG(a) a
 #else