[Haskell] ANNOUNCE: vty 5.2.0 and vty-examples 5.2.0
Corey O'Connor
coreyoconnor at gmail.com
Fri Aug 15 17:49:28 UTC 2014
(I suppose links would be nice)
http://hackage.haskell.org/package/vty-5.2.0
http://hackage.haskell.org/package/vty-examples-5.2.0
-Corey O'Connor
coreyoconnor at gmail.com
http://corebotllc.com/
On Fri, Aug 15, 2014 at 9:54 AM, Corey O'Connor <coreyoconnor at gmail.com>
wrote:
> 5.2.0
> - Corrected handling of Color240 values.
> - Squashed warnings. Thanks jtdaugherty!
> - Config structure now specifies file descriptor to use. The default is
> stdInput and stdOutput
> file descriptors. Previously Vty used stdInput for input and the
> follow code for output:
> - hDuplicate stdout >>= handleToFd >>= (`hSetBuffering` NoBuffering)
> - the difference was required by Vty.Inline. Now, Vty.Inline uses
> the Config structure options
> to acheive the same effect.
> - removed: derivedVtime, derivedVmin, inputForCurrentTerminal,
> inputForNameAndIO,
> outputForCurrentTerminal, outputForNameAndIO
> - added: inputForConfig, outputForConfig
> - updates to vty-rogue from jtdaugherty. Thanks!
> - the oldest version of GHC tested to support vty is 7.4.2
>
>
> -Corey O'Connor
> coreyoconnor at gmail.com
> http://corebotllc.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell/attachments/20140815/0d754d69/attachment.html>
More information about the Haskell
mailing list