diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:41:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:49 +0700 |
commit | b94994994ba007054e910c77894ae5058a30f73d (patch) | |
tree | 4e1574f0444d9d57ef936a5f7cfc1cc0c85b98ab /haskell/haskell-system-filepath/README | |
parent | d5a56a88b4dd81d759d658115d3f2c8b72b6adf0 (diff) | |
download | slackbuilds-b94994994ba007054e910c77894ae5058a30f73d.tar.gz |
haskell/haskell-system-filepath: Added (path manipulations).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-system-filepath/README')
-rw-r--r-- | haskell/haskell-system-filepath/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-system-filepath/README b/haskell/haskell-system-filepath/README new file mode 100644 index 0000000000..285c7b9bb4 --- /dev/null +++ b/haskell/haskell-system-filepath/README @@ -0,0 +1,5 @@ +High-level, byte-based file and directory path +manipulations. Deprecated in favor of filepath. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |