vty v5.15 Release Notes

  • ๐Ÿ“ฆ Package changes:

    • ๐Ÿ‘ Discontinued support for GHC versions prior to 7.10.1.
    • โœ‚ Removed instructions and configuration for Stack builds since they are no longer supported.
    • ๐Ÿ Clarified README mention of (lack of) Windows support (contributors wanted, though!)
    • โœ‚ Removed dependency on data-default (see below).

    API changes:

    • ๐Ÿšš Moved color definitions from Attributes to Color module.
    • 0๏ธโƒฃ In lieu of data-default (Default) instances for Attr and Config, use 'defAttr' and the new 'defaultConfig' (or 'mempty') instead of 'def'.
    • Graphics.Vty.Output no longer re-exports Graphics.Vty.Output.Interface.
    • โœ‚ Removed Graphics.Vty.Prelude module and moved DisplayRegion and its accessors to Graphics.Vty.Image.
    • Graphics.Vty.Image no longer re-exports Graphics.Vty.Attributes.
    • Graphics.Vty.Picture no longer re-exports Graphics.Vty.Image.