diff options
Diffstat (limited to 'libraries/base/GHC/Event.hs')
-rw-r--r-- | libraries/base/GHC/Event.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/Event.hs b/libraries/base/GHC/Event.hs index 79208958db..850e036a12 100644 --- a/libraries/base/GHC/Event.hs +++ b/libraries/base/GHC/Event.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Trustworthy #-} -- | This module provides scalable event notification for file -- descriptors and timeouts. -- |