[project @ 2001-07-12 16:21:22 by simonpj]
[ghc-hetmet.git] / ghc / compiler / deSugar / MatchLit.lhs
index 2bea106..308ca8f 100644 (file)
@@ -21,7 +21,7 @@ import DsUtils
 
 import Literal         ( mkMachInt, Literal(..) )
 import Maybes          ( catMaybes )
-import TcType          ( isUnLiftedType )
+import Type            ( isUnLiftedType )
 import Panic           ( panic, assertPanic )
 \end{code}