Skip to content

Commit

Permalink
Update version to 1.0.2.4 (#21)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gromakovsky authored Apr 7, 2023
1 parent ddd1785 commit 9a83c89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions with-utf8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)@
Expand Down

0 comments on commit 9a83c89

Please sign in to comment.