Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-ansi-terminal
From: Masatake Daimon
Date: 2023-10-26 09:31:18
Message id: 20231026073118.4D519FADC@cvs.NetBSD.org
Log Message:
devel/hs-ansi-terminal: Update to 1.0
Version 1.0
* On Windows, drop support for legacy Windows requiring emulation.
* On Windows, the package no longer depends (directly or indirectly) on the
Win32, array, containers, deepseq, filepath, ghc-boot-th, mintty, pretty
or template-haskell packages.
* hSupportsANSI no longer assumes that the given handle is writeable.
* hSupportsANSIWithoutEmulation is deprecated.
Version 0.11.5
* Module System.Console.ANSI.Types spun out to new dependency package
ansi-terminal-types-0.11.5.
* Drop support for GHC versions before GHC 7.10.1 (released March 2015).
* Improvements to Haddock documentation.
Files: