BSD-3-Clause licensed by Jonathan Daugherty
Maintained by [email protected]
This version can be pinned in stack with:vty-crossplatform-0.5.0.0@sha256:6d057fd8a5582eac3be28c91e99ed3730b729078e107ad19107af46bbb2ea65d,3146

Module documentation for 0.5.0.0

This package provides a generic interface for multiple Vty platforms in one package so you don't have to conditionally depend on them in your cabal file.

Changes

0.5.0.0

  • Addressed a security issue that would have allowed a malicious third party to upload a ‘unknown-vty-build-platform’ package to Hackage to introduce malicious code on platforms where ‘vty-crossplatform’ isn’t supported. Now, instead of failing to build against a fake package for build error readability purposes, ‘buildable’ is set to ‘False’ to fail the build more directly.
  • Updated to work with vty-windows 0.2.0.1.

0.4.0.0

  • Updated to work with vty-windows 0.2.0.0.

0.3.0.0

Package changes:

  • Updated vty lower bound to 6.1. Updated testing code to build with 6.1.

0.2.0.0

Package changes:

  • Added build-time selection of vty-unix on FreeBSD, OpenBSD, NetBSD, Solaris, AIX, HPUX, IRIX, Hurd, and DragonflyBSD.

0.1.0.0

  • First version.