X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcTyDecls.lhs;h=236673163241e622688c3cf044c23d83e431cdb4;hp=9b0e681ba841b1667f77c8d4bb750f2f5e052dc3;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hpb=52cacd61834e6f448b8904bfa52c4a5a402e8698 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}