Export assertError from Control.Exception to make GHC happy
authorIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 11:17:16 +0000 (11:17 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 11:17:16 +0000 (11:17 +0000)
It's a wired-in name in GHC. We should possibly move it to another module.

Control/Exception.hs

index 13b6cac..5c1738d 100644 (file)
@@ -123,6 +123,7 @@ module Control.Exception (
 
         recSelError, recConError, irrefutPatError, runtimeError,
         nonExhaustiveGuardsError, patError, noMethodBindingError,
+        assertError,
 
 #ifdef __GLASGOW_HASKELL__
         setUncaughtExceptionHandler,      -- :: (Exception -> IO ()) -> IO ()