Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / typecheck / TcTyDecls.lhs
index 9b0e681..2366731 100644 (file)
@@ -32,7 +32,7 @@ import BasicTypes
 import SrcLoc
 import Outputable
 import Util ( isSingleton )
-import List ( partition )
+import Data.List
 \end{code}