File tree Expand file tree Collapse file tree 4 files changed +38
-7
lines changed Expand file tree Collapse file tree 4 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## Unreleased
5
5
6
+
7
+ ## 1.0.2.3
8
+
6
9
Support GHC 9.2.1.
7
10
8
11
### Changed
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: MPL-2.0
4
4
5
5
name : with-utf8
6
- version : 1.0.2.2
6
+ version : 1.0.2.3
7
7
synopsis : Get your IO right on the first try
8
8
description : |
9
9
This minimalistic library helps you navigate the world of text encodings
Original file line number Diff line number Diff line change 3
3
# For more information, please see the documentation at:
4
4
# https://docs.haskellstack.org/en/stable/lock_files
5
5
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
7
35
snapshots:
8
36
- completed:
9
37
size: 586069
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 1.18
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 906fcdb75bd6730f9fe9e6383fdebc53f13cea49ad97c5f0bbd3b7a85a056830
7
+ -- hash: a503b7726c9828d56678af138259fcb28ff277506741565ba90bba76c86bbd3a
8
8
9
9
name : with-utf8
10
- version : 1.0.2.2
10
+ version : 1.0.2.3
11
11
synopsis : Get your IO right on the first try
12
12
description : This minimalistic library helps you navigate the world of text encodings
13
13
avoiding @invalid argument (invalid byte sequence)@
@@ -50,7 +50,7 @@ library
50
50
lib
51
51
ghc-options : -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
52
52
build-depends :
53
- base >= 4.10 && < 4.16
53
+ base >= 4.10 && < 4.17
54
54
, safe-exceptions == 0.1. *
55
55
, text >= 0.7 && < 1.3
56
56
default-language : Haskell2010
@@ -65,7 +65,7 @@ executable utf8-troubleshoot
65
65
c-sources :
66
66
app/utf8-troubleshoot/cbits/locale.c
67
67
build-depends :
68
- base >= 4.10 && < 4.16
68
+ base >= 4.10 && < 4.17
69
69
, directory >= 1.2.5.0 && < 1.4
70
70
, filepath >= 1.0 && < 1.5
71
71
, process >= 1.0.1.1 && < 1.7
@@ -91,7 +91,7 @@ test-suite with-utf8-test
91
91
tasty-discover :tasty-discover
92
92
build-depends :
93
93
HUnit
94
- , base >= 4.10 && < 4.16
94
+ , base >= 4.10 && < 4.17
95
95
, deepseq
96
96
, hedgehog
97
97
, safe-exceptions
You can’t perform that action at this time.
0 commit comments