diff options
author | Malcolm.Wallace@cs.york.ac.uk <unknown> | 2009-10-09 13:36:15 +0000 |
---|---|---|
committer | Malcolm.Wallace@cs.york.ac.uk <unknown> | 2009-10-09 13:36:15 +0000 |
commit | 1fcc5c8c98f74155b6352eb8491bdfb60258d110 (patch) | |
tree | 1f570c0fde36419ed57fde1a16eadb795e4df5eb /libraries/base/Control/Exception | |
parent | 1748fa804c59607c8601ed9145a3325bd4e5a643 (diff) | |
download | haskell-1fcc5c8c98f74155b6352eb8491bdfb60258d110.tar.gz |
Fix gratuitous breakage of nhc98 in Control.Exception.Base.
Diffstat (limited to 'libraries/base/Control/Exception')
-rw-r--r-- | libraries/base/Control/Exception/Base.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Control/Exception/Base.hs b/libraries/base/Control/Exception/Base.hs index 2bb41d91e7..3e1ec4830a 100644 --- a/libraries/base/Control/Exception/Base.hs +++ b/libraries/base/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 |