From: Ian Lynagh Date: Sun, 3 Aug 2008 14:11:46 +0000 (+0000) Subject: Follow the move of assertError from Control.Exception to GHC.IOBase X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9ddc4a057fafd5b5ad95fbc276fd8828a23696dd Follow the move of assertError from Control.Exception to GHC.IOBase --- diff --git a/compiler/prelude/PrelNames.lhs b/compiler/prelude/PrelNames.lhs index 575f673..9b0621e 100644 --- a/compiler/prelude/PrelNames.lhs +++ b/compiler/prelude/PrelNames.lhs @@ -670,7 +670,7 @@ dataClassName = clsQual gENERICS (fsLit "Data") dataClassKey -- Error module assertErrorName :: Name -assertErrorName = varQual cONTROL_EXCEPTION (fsLit "assertError") assertErrorIdKey +assertErrorName = varQual gHC_IO_BASE (fsLit "assertError") assertErrorIdKey -- Enum module (Enum, Bounded) enumClassName, enumFromName, enumFromToName, enumFromThenName,