Skip to content

Commit

Permalink
Prepare for release of ansi-terminal-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Apr 23, 2024
1 parent 657363f commit a93faad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ansi-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

Version 1.1.1
-------------

* Use of C function `setenv()` in one thread can cause other threads calling C
functions that query environment variables to crash. On Unix-like operating
systems, where such functions are used, the implementations of
`hSupportsANSI` and `hSupportsANSIColor` now avoid unnecessary calls of
`System.Environment.lookupEnv`.

* Improvements to Haddock documentation.

Version 1.1
-----------

Expand Down
2 changes: 1 addition & 1 deletion ansi-terminal/ansi-terminal.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 1.22
Name: ansi-terminal
Version: 1.1
Version: 1.1.1
Category: User Interfaces
Synopsis: Simple ANSI terminal support
Description: ANSI terminal support for Haskell: allows cursor movement,
Expand Down

0 comments on commit a93faad

Please sign in to comment.