diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 08:48:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:31 -0500 |
commit | 0d7dd50075d0d98b82632de2567d9fdd236b923e (patch) | |
tree | d3d41132b552b0436290d6c510721927f99de04e | |
parent | 9112175ff226d0999ee96d6bb1d78965acd19bac (diff) | |
download | slackbuilds-0d7dd50075d0d98b82632de2567d9fdd236b923e.tar.gz |
libraries/haskell-hinotify: Note ghc dependency.
-rw-r--r-- | libraries/haskell-hinotify/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/haskell-hinotify/README b/libraries/haskell-hinotify/README index af75d8e167..4e559c757b 100644 --- a/libraries/haskell-hinotify/README +++ b/libraries/haskell-hinotify/README @@ -1,3 +1,5 @@ inotify provides file system event notification, simply add a watcher to a file or directory and get an event when it is accessed or modified. This package provides haskell bindings for inotify. + +This requires ghc. |