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