diff options
Diffstat (limited to 'haskell/haskell-hinotify/README')
-rw-r--r-- | haskell/haskell-hinotify/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-hinotify/README b/haskell/haskell-hinotify/README new file mode 100644 index 0000000000..4b31faab0f --- /dev/null +++ b/haskell/haskell-hinotify/README @@ -0,0 +1,8 @@ +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. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |