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.
This commit is contained in:
Ivan Gromakovskii 2023-04-07 11:10:04 +02:00 committed by GitHub
parent ddd1785a97
commit 9a83c892f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,14 @@
# Changelog
## Unreleased
## 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

View File

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

View File

@ -3,11 +3,9 @@ cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 983535ba7f77c066ffa634f2a4f800eb8988a0e636f0f901fd187e177b64ca6f
name: with-utf8
version: 1.0.2.3
version: 1.0.2.4
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)@