diff options
author | Andy Bailey <GooseYArd@gmail.com> | 2010-05-13 08:45:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:31 -0500 |
commit | 9112175ff226d0999ee96d6bb1d78965acd19bac (patch) | |
tree | bae0332ca9092f2a7c8574a5d3e8e0296c6b777d /libraries/haskell-hinotify/slack-desc | |
parent | 4992dbb3e544b6b889b5506ecd261d0a34d02105 (diff) | |
download | slackbuilds-9112175ff226d0999ee96d6bb1d78965acd19bac.tar.gz |
libraries/haskell-hinotify: Added (inotify support for haskell).
Diffstat (limited to 'libraries/haskell-hinotify/slack-desc')
-rw-r--r-- | libraries/haskell-hinotify/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/haskell-hinotify/slack-desc b/libraries/haskell-hinotify/slack-desc new file mode 100644 index 0000000000..a8d4c7b41f --- /dev/null +++ b/libraries/haskell-hinotify/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +haskell-hinotify: haskell-hinotify (file system event notifications) +haskell-hinotify: +haskell-hinotify: inotify provides file system event notification, simply add a watcher +haskell-hinotify: to a file or directory and get an event when it is accessed or +haskell-hinotify: modified. +haskell-hinotify: +haskell-hinotify: http://hackage.haskell.org/package/hinotify +haskell-hinotify: +haskell-hinotify: +haskell-hinotify: +haskell-hinotify: |