no-buffering-workaround

Workaround for GHC bug #2189.

http://github.com/arotenberg/no-buffering-workaround#readme

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Aaron Rotenberg
Maintained by adrotenberg (at) gmail.com

This package exists as a workaround for GHC bug #2189, "hSetBuffering stdin NoBuffering doesn't work on Windows". It provides functionality for reading from standard input without buffering, in a way that works under GHC on Windows as well as other configurations. This is useful for key-driven console applications such as roguelikes.