Bump the version of the package

Problem: we want to make a new release to support latest
GHC versions, but there was a deprecation in recent changes.

Solution: make a major version bump, set the new version to
1.1.0.0.
This commit is contained in:
Ivan Gromakovskii 2024-01-16 22:07:28 +01:00
parent 8b4d41a6bd
commit fbded8b48e
No known key found for this signature in database
GPG Key ID: D0180FB62ABC8AA7
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## 1.1.0.0
### Changed
- Allow newer versions of base and text to support GHC up to 9.8.
- Deprecate Data.Text.IO.Utf8.
## 1.0.2.4
### Changed
@ -8,7 +16,6 @@
- Allow base 4.17, 4.18 (GHC 9.4, 9.6).
- Allow text<2.1
## 1.0.2.2
## 1.0.2.3

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MPL-2.0
name: with-utf8
version: 1.0.2.4
version: 1.1.0.0
synopsis: Get your IO right on the first try
description: |
This minimalistic library helps you navigate the world of text encodings

View File

@ -5,7 +5,7 @@ cabal-version: 1.18
-- see: https://github.com/sol/hpack
name: with-utf8
version: 1.0.2.4
version: 1.1.0.0
synopsis: Get your IO right on the first try
description: This minimalistic library helps you navigate the world of text encodings
avoiding @invalid argument (invalid byte sequence)@