From: Ian Lynagh Date: Fri, 1 Aug 2008 11:17:16 +0000 (+0000) Subject: Export assertError from Control.Exception to make GHC happy X-Git-Tag: 6_10_branch_has_been_forked~112 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9509539ec83f98587496bcbe373c31ad4fdc7bb6;p=ghc-base.git Export assertError from Control.Exception to make GHC happy It's a wired-in name in GHC. We should possibly move it to another module. --- diff --git a/Control/Exception.hs b/Control/Exception.hs index 13b6cac..5c1738d 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -123,6 +123,7 @@ module Control.Exception ( recSelError, recConError, irrefutPatError, runtimeError, nonExhaustiveGuardsError, patError, noMethodBindingError, + assertError, #ifdef __GLASGOW_HASKELL__ setUncaughtExceptionHandler, -- :: (Exception -> IO ()) -> IO ()