X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FMatchLit.lhs;fp=ghc%2Fcompiler%2FdeSugar%2FMatchLit.lhs;h=308ca8fe984235e56bcd1d0d6ebf9ca4e77cb6f1;hb=ab46fd8e68f10b6162e77cfc0b216510d9b1d933;hp=2bea1064cec7f81756aafddd798dcf49786400d6;hpb=6d1815b09469c68c9d15b253745876403c7fb084;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/MatchLit.lhs b/ghc/compiler/deSugar/MatchLit.lhs index 2bea106..308ca8f 100644 --- a/ghc/compiler/deSugar/MatchLit.lhs +++ b/ghc/compiler/deSugar/MatchLit.lhs @@ -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}