From: Ian Lynagh Date: Mon, 4 Aug 2008 16:18:38 +0000 (+0000) Subject: Control.Exception doesn't need to export assertError X-Git-Tag: 6_10_branch_has_been_forked~85 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01d03713a9bcec90ae118968c3e57053ee9c2720;p=ghc-base.git Control.Exception doesn't need to export assertError --- diff --git a/Control/Exception.hs b/Control/Exception.hs index 812c165..48f4f15 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -127,7 +127,6 @@ module Control.Exception ( #ifdef __GLASGOW_HASKELL__ recSelError, recConError, irrefutPatError, runtimeError, nonExhaustiveGuardsError, patError, noMethodBindingError, - assertError, #endif ) where