diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:40:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:48 +0700 |
commit | d5a56a88b4dd81d759d658115d3f2c8b72b6adf0 (patch) | |
tree | 7d5c8559ba0546e79c7bee1cd5006efbe435e5ee /haskell/haskell-system-fileio/README | |
parent | 5572a1b6c807a23054f6cf8c0ddbd59b3d9fa872 (diff) |
haskell/haskell-system-fileio: Added (Consistent FS interaction).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-system-fileio/README')
-rw-r--r-- | haskell/haskell-system-fileio/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-system-fileio/README b/haskell/haskell-system-fileio/README new file mode 100644 index 0000000000000..c051acbe77905 --- /dev/null +++ b/haskell/haskell-system-fileio/README @@ -0,0 +1,5 @@ +Consistent filesystem interaction across GHC versions. Deprecated in +favor of directory. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |