diff options
Diffstat (limited to 'haskell/haskell-fsnotify/README')
-rw-r--r-- | haskell/haskell-fsnotify/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-fsnotify/README b/haskell/haskell-fsnotify/README new file mode 100644 index 0000000000000..e776b64f4b776 --- /dev/null +++ b/haskell/haskell-fsnotify/README @@ -0,0 +1,7 @@ +Cross platform library for file creation, modification, and +deletion notification. This library builds upon existing libraries +for platform-specific Windows, Mac, and Linux filesystem event +notification. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |