haskell-fswatch / hfsnotify

Unified Haskell interface for basic file system notifications
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Export EventChannel, Action and ActionPredicate type aliases #27

Closed gergoerdi closed 11 years ago

gergoerdi commented 11 years ago

These types are used in the public API as callbacks the user should supply, but they are not exported. This patch fixes it.