summaryrefslogtreecommitdiff
path: root/libraries/haskell-hinotify/README
diff options
context:
space:
mode:
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.