[project @ 1998-12-18 17:40:31 by simonpj]
[ghc-hetmet.git] / ghc / compiler / deSugar / MatchLit.lhs
index 65b1eea..ddacd16 100644 (file)
@@ -23,7 +23,7 @@ import Const          ( mkMachInt, Literal(..) )
 import PrimRep          ( PrimRep(IntRep) )
 import Maybes          ( catMaybes )
 import Type            ( Type, isUnLiftedType )
-import Util            ( panic, assertPanic )
+import Panic           ( panic, assertPanic )
 \end{code}
 
 \begin{code}