From 9509539ec83f98587496bcbe373c31ad4fdc7bb6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 1 Aug 2008 11:17:16 +0000 Subject: [PATCH] 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. --- Control/Exception.hs | 1 + 1 file changed, 1 insertion(+) 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 () -- 1.7.10.4