X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fprelude%2FPrimOp.lhs;h=4ac157770703a7ca08057df2fa92ee06c4cda561;hp=a9a8fa277e588030d03d8e0c715d64faa898f66f;hb=2662dbc5b2c30fc11ccb99e7f9b2dba794d680ba;hpb=cbbee4e8727c583daf32d9bf17f00afaa839ef10 diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs index a9a8fa2..4ac1577 100644 --- a/compiler/prelude/PrimOp.lhs +++ b/compiler/prelude/PrimOp.lhs @@ -31,7 +31,7 @@ module PrimOp ( import TysPrim import TysWiredIn -import NewDemand +import Demand import Var ( TyVar ) import OccName ( OccName, pprOccName, mkVarOccFS ) import TyCon ( TyCon, isPrimTyCon, tyConPrimRep, PrimRep(..) )