Export HandleEvent type to be able to use it in type annotations

This commit is contained in:
Joachim Breitner
2008-03-19 19:56:03 +00:00
parent f1c5f11c2e
commit 098f11e1c0

View File

@@ -26,6 +26,7 @@ module XMonad.Hooks.EventHook
-- $hook
EventHook (..)
, eventHook
, HandleEvent
) where
import Control.Applicative ((<$>))