X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fspecialise%2FRules.lhs;h=26a499bfebc8a1f00c4264eb2f213d38043742de;hb=022fc24719ba4b98b8d9f19bfe7f75dd0f19d585;hp=ed9f2388bc4b2d1f382e27a18150ebac90040cda;hpb=59a4ad63f93f4fd7b8ede74bb2ea36778fe25e06;p=ghc-hetmet.git diff --git a/compiler/specialise/Rules.lhs b/compiler/specialise/Rules.lhs index ed9f238..26a499b 100644 --- a/compiler/specialise/Rules.lhs +++ b/compiler/specialise/Rules.lhs @@ -45,7 +45,7 @@ import Maybes import OrdList import Bag import Util -import List hiding( mapAccumL ) -- Also defined in Util +import Data.List \end{code}