X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Ftypecheck%2FTcTyDecls.lhs;h=236673163241e622688c3cf044c23d83e431cdb4;hb=14a496fd0b3aa821b69eb02736d5f41086576761;hp=9b0e681ba841b1667f77c8d4bb750f2f5e052dc3;hpb=59fa6266f00b6edcfc20c491c8de9a1b215dfa22;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcTyDecls.lhs b/compiler/typecheck/TcTyDecls.lhs index 9b0e681..2366731 100644 --- a/compiler/typecheck/TcTyDecls.lhs +++ b/compiler/typecheck/TcTyDecls.lhs @@ -32,7 +32,7 @@ import BasicTypes import SrcLoc import Outputable import Util ( isSingleton ) -import List ( partition ) +import Data.List \end{code}