X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FMatchLit.lhs;h=f3e10ff5c03181469d728ec064f45a3b4d75097d;hb=c66f5f3ecbbaf2480e3aab3addf2764a877d9bc2;hp=af80397dc975b0daf2d08288092db123925fec4a;hpb=f91f525ef00bf1663d280f60f2d1f9ba17967d5a;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/MatchLit.lhs b/ghc/compiler/deSugar/MatchLit.lhs index af80397..f3e10ff 100644 --- a/ghc/compiler/deSugar/MatchLit.lhs +++ b/ghc/compiler/deSugar/MatchLit.lhs @@ -19,7 +19,7 @@ import Id ( Id ) import DsMonad import DsUtils -import Const ( mkMachInt, Literal(..) ) +import Literal ( mkMachInt, Literal(..) ) import PrimRep ( PrimRep(IntRep) ) import Maybes ( catMaybes ) import Type ( Type, isUnLiftedType )