haskell-with-utf8/CHANGELOG.md
Ivan Gromakovskii 9a83c892f4
Update version to 1.0.2.4 (#21)
We want to release a version which supports text-2.0.* and newer GHC.
Note: I have deleted the hash from the .cabal file, because it's more
convenient when this file is in the repo.
2023-04-07 11:10:04 +02:00

998 B
Raw Blame History

Changelog

1.0.2.4

Changed

  • Allow base 4.17, 4.18 (GHC 9.4, 9.6).
  • Allow text<2.1

1.0.2.2

1.0.2.3

Support GHC 9.2.1.

Changed

  • Allow base 4.16 (GHC 9.2.1).

1.0.2.2

Windows support.

Changed

  • Fix utf8-troubleshoot on Windows.

1.0.2.1

A technical clean up release.

Changed

  • Specify missing version bounds for dependencies.

1.0.2.0

Improve utf8-troubleshoot to make it useful for identifying tricky cases.

Changed

  • utf8-troubleshoot: improve available locale detection
  • utf8-troubleshoot: display raw results from C libraries

1.0.1.0

GHC 8.10 compatibility and a new troubleshooting tool.

Added

  • utf8-troubleshoot the troubleshooting tool

Changed

  • Bump base for GHC 8.10

1.0.0.0

Initial release.

Added

  • withUtf8
  • withStdTerminalHandles
  • setHandleEncoding
  • withHandle
  • setTerminalHandleEncoding
  • withTerminalHandle
  • openFile
  • withFile
  • readFile
  • writeFile