File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
index-state :
2
2
-- Bump this if you need newer packages from Hackage
3
- , hackage.haskell.org 2025-02-11T00:00 :00Z
3
+ , hackage.haskell.org 2025-05-26T13:28 :18Z
4
4
5
5
packages :
6
6
fs-api
Original file line number Diff line number Diff line change 23
23
* Bugfix: ` hGetBufExactly ` and ` hGetBufExactlyAt ` would previously try to read
24
24
too many bytes in the presence of partial reads. These functions now properly
25
25
count the number of remaining bytes that have to be read.
26
+ * Support ` io-classes-1.8 `
26
27
27
28
## 0.3.0.1 -- 2024-10-02
28
29
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ library
48
48
, digest ^>= 0.0
49
49
, directory ^>= 1.3
50
50
, filepath ^>= 1.4 || ^>= 1.5
51
- , io-classes ^>= 1.6 || ^>= 1.7
51
+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8
52
52
, primitive ^>= 0.9
53
53
, safe-wild-cards ^>= 1.0
54
54
, text ^>= 1.2 || ^>= 2.0 || ^>= 2.1
Original file line number Diff line number Diff line change 32
32
### Patch
33
33
34
34
* Make it build with ` ghc-9.12 ` .
35
+ * Support ` io-classes-1.8 ` .
35
36
* Drop support for ` ghc-8.10 ` and ` ghc-9.2 ` .
36
37
* Support the new ` MustExist ` option for ` AllowExisting ` that was added in
37
38
` fs-api ` .
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ library
43
43
, bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12
44
44
, containers ^>= 0.5 || ^>= 0.6 || ^>= 0.7
45
45
, fs-api ^>= 0.3
46
- , io-classes ^>= 1.6 || ^>= 1.7
46
+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8
47
47
, io-classes :strict-stm
48
48
, mtl ^>= 2.2 || ^>= 2.3
49
49
, primitive ^>= 0.9
You can’t perform that action at this time.
0 commit comments