diff options
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 |