summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event.hs
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-10-25 20:43:23 -0700
committerDavid Terei <davidterei@gmail.com>2011-10-25 21:40:50 -0700
commit378dd2968d07b3780a2944bf91e3228671b51868 (patch)
tree1ee340dc24967b112afb7d7bf2a065d3b2753238 /libraries/base/GHC/Event.hs
parentc9dceb6d3b3ac855d97db8957dcf181658eaf7ae (diff)
downloadhaskell-378dd2968d07b3780a2944bf91e3228671b51868.tar.gz
Update base for latest Safe Haskell.
Diffstat (limited to 'libraries/base/GHC/Event.hs')
-rw-r--r--libraries/base/GHC/Event.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/base/GHC/Event.hs b/libraries/base/GHC/Event.hs
index 850e036a12..fd421dd153 100644
--- a/libraries/base/GHC/Event.hs
+++ b/libraries/base/GHC/Event.hs
@@ -1,8 +1,13 @@
{-# LANGUAGE Trustworthy #-}
+
+-- ----------------------------------------------------------------------------
-- | This module provides scalable event notification for file
-- descriptors and timeouts.
--
-- This module should be considered GHC internal.
+--
+-- ----------------------------------------------------------------------------
+
module GHC.Event
( -- * Types
EventManager
@@ -40,3 +45,4 @@ module GHC.Event
import GHC.Event.Manager
import GHC.Event.Thread (getSystemEventManager)
+