summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IOBase.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IOBase.hs')
-rw-r--r--libraries/base/GHC/IOBase.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IOBase.hs b/libraries/base/GHC/IOBase.hs
index cf05c78744..60fb943462 100644
--- a/libraries/base/GHC/IOBase.hs
+++ b/libraries/base/GHC/IOBase.hs
@@ -16,7 +16,6 @@
--
-----------------------------------------------------------------------------
-
module GHC.IOBase {-# DEPRECATED "use GHC.IO instead" #-} (
IO(..), unIO, failIO, liftIO, bindIO, thenIO, returnIO,
unsafePerformIO, unsafeInterleaveIO,
@@ -91,3 +90,4 @@ instance Show BlockedIndefinitely where
blockedIndefinitely :: SomeException -- for the RTS
blockedIndefinitely = toException BlockedIndefinitely
+