summaryrefslogtreecommitdiff
path: root/libraries/haskell-hinotify/README
diff options
context:
space:
mode:
authorAndy Bailey <GooseYArd@gmail.com>2010-05-13 08:45:05 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-16 22:24:31 -0500
commit9112175ff226d0999ee96d6bb1d78965acd19bac (patch)
treebae0332ca9092f2a7c8574a5d3e8e0296c6b777d /libraries/haskell-hinotify/README
parent4992dbb3e544b6b889b5506ecd261d0a34d02105 (diff)
downloadslackbuilds-9112175ff226d0999ee96d6bb1d78965acd19bac.tar.gz
libraries/haskell-hinotify: Added (inotify support for haskell).
Diffstat (limited to 'libraries/haskell-hinotify/README')
-rw-r--r--libraries/haskell-hinotify/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/haskell-hinotify/README b/libraries/haskell-hinotify/README
new file mode 100644
index 0000000000..af75d8e167
--- /dev/null
+++ b/libraries/haskell-hinotify/README
@@ -0,0 +1,3 @@
+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.