diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:26:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:38 +0700 |
commit | c3608f395adc58b7ef23c6d983c04cadf4fef7a3 (patch) | |
tree | 2b9a9eed51f7e957a078b0b42f96fa3b50317444 /haskell/haskell-path-io/README | |
parent | db02ab3110b6e12c4e2dc9e0c2ff2d687148d626 (diff) |
haskell/haskell-path-io: Added (Interface to 'directory' package).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-path-io/README')
-rw-r--r-- | haskell/haskell-path-io/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-path-io/README b/haskell/haskell-path-io/README new file mode 100644 index 0000000000..7fb8c3e4db --- /dev/null +++ b/haskell/haskell-path-io/README @@ -0,0 +1,7 @@ +This package provides an interface to the directory package for users +of Chris Done's path. It also implements some missing stuff like +recursive scanning and copying of directories, working with temporary +files/directories, etc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |