diff options
Diffstat (limited to 'libraries/base/GHC/Event.hs')
-rw-r--r-- | libraries/base/GHC/Event.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event.hs b/libraries/base/GHC/Event.hs index 9f1d3dfd73..899c780216 100644 --- a/libraries/base/GHC/Event.hs +++ b/libraries/base/GHC/Event.hs @@ -23,7 +23,7 @@ module GHC.Event , Event , evtRead , evtWrite - , IOCallback + , EventCallback , FdKey(keyFd) , Lifetime(..) , registerFd |