diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:37:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:19 +0700 |
commit | 752206d124e6c74273912cc1eda27709e6072907 (patch) | |
tree | 2d86559c01da80e6a0077307e6170b8225ea138e /haskell/haskell-echo/README | |
parent | 822ef4f7271f1de312932df1710f9cc6d3076e85 (diff) |
haskell/haskell-echo: Added (cross-console echoing terminal input).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-echo/README')
-rw-r--r-- | haskell/haskell-echo/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-echo/README b/haskell/haskell-echo/README new file mode 100644 index 0000000000000..fb9263730f66e --- /dev/null +++ b/haskell/haskell-echo/README @@ -0,0 +1,7 @@ +haskell-echo (cross-console way to handle echoing terminal input) + +This library provides an alternative interface which works with both +MinTTY and other consoles. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |