diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:06:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:33 +0700 |
commit | cc06cc9a6e715de6abfb8119e86562065bb7a9d0 (patch) | |
tree | 5cb952f7387a6803585ae03003464bbc942c872e /haskell/haskell-mintty/README | |
parent | ff3531f10c1b9abb491f000ae4a3d822c87e0566 (diff) |
haskell/haskell-mintty: Added (detect MinTTY console on MS Windows).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-mintty/README')
-rw-r--r-- | haskell/haskell-mintty/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-mintty/README b/haskell/haskell-mintty/README new file mode 100644 index 0000000000000..c84b114601b91 --- /dev/null +++ b/haskell/haskell-mintty/README @@ -0,0 +1,6 @@ +The mintty library provides a simple way to detect if your code in +running in a MinTTY console on Windows. As you might expect, it will +simply return False on any non-Windows operating system. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |