From 9a83c892f4d91c471594371ec1fc45c383487bad Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Fri, 7 Apr 2023 11:10:04 +0200 Subject: [PATCH] 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. --- CHANGELOG.md | 8 +++++++- package.yaml | 2 +- with-utf8.cabal | 4 +--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aebfab0..aa62552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.yaml b/package.yaml index 4a98c0c..da43e84 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/with-utf8.cabal b/with-utf8.cabal index 44ac660..11baa09 100644 --- a/with-utf8.cabal +++ b/with-utf8.cabal @@ -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)@