diff --git a/fsnotify.cabal b/fsnotify.cabal
--- a/fsnotify.cabal
+++ b/fsnotify.cabal
@@ -1,5 +1,5 @@
 Name:                   fsnotify
-Version:                0.0.7.1
+Version:                0.0.8
 Author:                 Mark Dittmer <mark.s.dittmer@gmail.com>
 Maintainer:             Mark Dittmer <mark.s.dittmer@gmail.com>, Greg Weber <greg@gregweber.info>
 License:                BSD3
diff --git a/src/System/FSNotify.hs b/src/System/FSNotify.hs
--- a/src/System/FSNotify.hs
+++ b/src/System/FSNotify.hs
@@ -7,8 +7,13 @@
 -- | cross-platform file watching.
 
 module System.FSNotify
-       ( Event(..)
+       (
+       
+       -- * Events
+         Event(..)
        , EventChannel
+       , eventTime
+       , eventPath
        , Action
        , ActionPredicate
 
