From d92335309378a55fcd85074bbe9b4d7ff6fdba8b Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Fri, 9 Oct 2009 13:36:15 +0000 Subject: [PATCH] Fix gratuitous breakage of nhc98 in Control.Exception.Base. --- Control/Exception/Base.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Control/Exception/Base.hs b/Control/Exception/Base.hs index 2bb41d9..3e1ec48 100644 --- a/Control/Exception/Base.hs +++ b/Control/Exception/Base.hs @@ -176,8 +176,8 @@ data AssertionFailed data PatternMatchFail data NoMethodError data Deadlock -data BlockedOnDeadMVar -data BlockedIndefinitely +data BlockedIndefinitelyOnMVar +data BlockedIndefinitelyOnSTM data ErrorCall data RecConError data RecSelError -- 1.7.10.4