Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed May 13, 2023
1 parent d4ee92f commit f6be03a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion ansi-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Changes
Version 1.0
-----------

* Drop support for legacy Windows requiring emulation.
* 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
--------------
Expand Down
4 changes: 1 addition & 3 deletions ansi-terminal/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
resolver: lts-20.15
resolver: lts-20.20 # GHC 9.2.7
flags:
ansi-terminal:
example: false
packages:
- .
extra-deps:
- ansi-terminal-types-0.11.5@sha256:f78440dfd95c4509e88855ac7cc2d9566ddf956a92c1290404cac93ad1a1b00a,1482
- filepath-1.4.100.3@sha256:ab6e3330c42817b0effb14cae9c60d5cdc41d61f7354d04bc529ed031113f27c,5623
- Win32-2.13.4.0@sha256:9b8a82743985f8a95c03b2bc64be33ad1cd603e2493cb8b48d3cb923556dbb61,5585
2 changes: 1 addition & 1 deletion stack-ghc-9.4.5.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-05-05 # GHC 9.4.5
resolver: nightly-2023-05-13 # GHC 9.4.5
flags:
ansi-terminal:
example: false
Expand Down

0 comments on commit f6be03a

Please sign in to comment.