diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:58:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:23 +0700 |
commit | 539516e3f95ff210d9f19c48677d903086b96c4c (patch) | |
tree | bcd8ff3464eacb58a45b27276b2ccdf11d3edbd1 /haskell/haskell-fsnotify/README | |
parent | 211b752161868e39d9732aa39e49dfe6ac998c8f (diff) |
haskell/haskell-fsnotify: Added (file change notification).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 |