Control.Exception doesn't need to export assertError
authorIan Lynagh <igloo@earth.li>
Mon, 4 Aug 2008 16:18:38 +0000 (16:18 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 4 Aug 2008 16:18:38 +0000 (16:18 +0000)
Control/Exception.hs

index 812c165..48f4f15 100644 (file)
@@ -127,7 +127,6 @@ module Control.Exception (
 #ifdef __GLASGOW_HASKELL__
         recSelError, recConError, irrefutPatError, runtimeError,
         nonExhaustiveGuardsError, patError, noMethodBindingError,
-        assertError,
 #endif
   ) where