diff options
Diffstat (limited to 'haskell/haskell-hinotify')
-rw-r--r-- | haskell/haskell-hinotify/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haskell/haskell-hinotify/README b/haskell/haskell-hinotify/README index 34c6a69eb4..1cf5fb65b0 100644 --- a/haskell/haskell-hinotify/README +++ b/haskell/haskell-hinotify/README @@ -2,7 +2,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. - After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |