Skip to content

Commit f3537cd

Browse files
committed
meta: Release v1.0.2.3
1 parent 4df868d commit f3537cd

File tree

4 files changed

+38
-7
lines changed

4 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## Unreleased
55

6+
7+
## 1.0.2.3
8+
69
Support GHC 9.2.1.
710

811
### Changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MPL-2.0
44

55
name: with-utf8
6-
version: 1.0.2.2
6+
version: 1.0.2.3
77
synopsis: Get your IO right on the first try
88
description: |
99
This minimalistic library helps you navigate the world of text encodings

stack.yaml.lock

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,35 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/lock_files
55

6-
packages: []
6+
packages:
7+
- completed:
8+
hackage: th-env-0.1.0.3@sha256:3804eeff3edf8b4c3c6ca68a8b4eff3bf23c07c468c699e3f010c4dec1603830,1386
9+
pantry-tree:
10+
size: 370
11+
sha256: f14846f743126dde54c05cb7eb3038b059bec372532582858ca982bdebef0bad
12+
original:
13+
hackage: th-env-0.1.0.3
14+
- completed:
15+
hackage: constraints-0.13.1@sha256:3d2002767a32e0c0ea156276c34de926875817c4db385d8e75776b6e35b0267d,2396
16+
pantry-tree:
17+
size: 867
18+
sha256: a4d80e46d52971b0f74051c3cc2a7e87408b6e1e19b5fb4814360441c9e524a0
19+
original:
20+
hackage: constraints-0.13.1
21+
- completed:
22+
hackage: hashable-1.3.5.0@sha256:47d1232d9788bb909cfbd80618de18dcdfb925609593e202912bd5841db138c1,4193
23+
pantry-tree:
24+
size: 1248
25+
sha256: adde5ecc080faa094750544837937cf876e65bf5bf28d81db22e7401faa46bf3
26+
original:
27+
hackage: hashable-1.3.5.0
28+
- completed:
29+
hackage: random-1.2.1@sha256:8bee24dc0c985a90ee78d94c61f8aed21c49633686f0f1c14c5078d818ee43a2,6598
30+
pantry-tree:
31+
size: 1528
32+
sha256: 8bdc994ce41f43624ab42302a881fe5a0f81d965f5d238841e24943664681a06
33+
original:
34+
hackage: random-1.2.1
735
snapshots:
836
- completed:
937
size: 586069

with-utf8.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.18
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 906fcdb75bd6730f9fe9e6383fdebc53f13cea49ad97c5f0bbd3b7a85a056830
7+
-- hash: a503b7726c9828d56678af138259fcb28ff277506741565ba90bba76c86bbd3a
88

99
name: with-utf8
10-
version: 1.0.2.2
10+
version: 1.0.2.3
1111
synopsis: Get your IO right on the first try
1212
description: This minimalistic library helps you navigate the world of text encodings
1313
avoiding @invalid argument (invalid byte sequence)@
@@ -50,7 +50,7 @@ library
5050
lib
5151
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
5252
build-depends:
53-
base >=4.10 && <4.16
53+
base >=4.10 && <4.17
5454
, safe-exceptions ==0.1.*
5555
, text >=0.7 && <1.3
5656
default-language: Haskell2010
@@ -65,7 +65,7 @@ executable utf8-troubleshoot
6565
c-sources:
6666
app/utf8-troubleshoot/cbits/locale.c
6767
build-depends:
68-
base >=4.10 && <4.16
68+
base >=4.10 && <4.17
6969
, directory >=1.2.5.0 && <1.4
7070
, filepath >=1.0 && <1.5
7171
, process >=1.0.1.1 && <1.7
@@ -91,7 +91,7 @@ test-suite with-utf8-test
9191
tasty-discover:tasty-discover
9292
build-depends:
9393
HUnit
94-
, base >=4.10 && <4.16
94+
, base >=4.10 && <4.17
9595
, deepseq
9696
, hedgehog
9797
, safe-exceptions

0 commit comments

Comments
 (0)