diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-13 11:57:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-15 07:40:45 +0700 |
commit | 39ac35b807e5e5d9aefb721b51d9a970b998367d (patch) | |
tree | 5ea9c213603bb1e4ae3f56f4323cdf917bb9ef23 /haskell/haskell-filemanip/README | |
parent | 36ead8981ae94de1dacb97be82e4e09f7e6431ed (diff) |
haskell/haskell-filemanip: Added (expressive file manipulation).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-filemanip/README')
-rw-r--r-- | haskell/haskell-filemanip/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-filemanip/README b/haskell/haskell-filemanip/README new file mode 100644 index 0000000000000..75ea06de536d8 --- /dev/null +++ b/haskell/haskell-filemanip/README @@ -0,0 +1,5 @@ +This package provides functions and combinators for searching, matching, +and manipulating files. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |