diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-04-25 09:13:49 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-04-25 09:49:19 +0200 |
commit | 9a0c17950fdfd0c89c672da9d8b25a419f66c1f8 (patch) | |
tree | eba21147bc9c31ed778e0b0b05f2447ed31191ef /libraries/base/GHC/Event.hs | |
parent | 75adc352549a43d4c37bd3bdade55cecf3d75bb1 (diff) | |
download | haskell-9a0c17950fdfd0c89c672da9d8b25a419f66c1f8.tar.gz |
base: Export GHC.Event(.Internal).Lifetime
This was an unfortunate oversight in the original event manager rework
patch. Fixes #10308
Differential Revision: https://phabricator.haskell.org/D845
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 436914cf8a..9f1d3dfd73 100644 --- a/libraries/base/GHC/Event.hs +++ b/libraries/base/GHC/Event.hs @@ -25,6 +25,7 @@ module GHC.Event , evtWrite , IOCallback , FdKey(keyFd) + , Lifetime(..) , registerFd , unregisterFd , unregisterFd_ |