Skip to content

Commit 60c06ce

Browse files
committed
Allow using io-classes 1.8
1 parent 0c7b33a commit 60c06ce

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
index-state:
22
-- 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
44

55
packages:
66
fs-api

fs-api/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Bugfix: `hGetBufExactly` and `hGetBufExactlyAt` would previously try to read
2424
too many bytes in the presence of partial reads. These functions now properly
2525
count the number of remaining bytes that have to be read.
26+
* Support `io-classes-1.8`
2627

2728
## 0.3.0.1 -- 2024-10-02
2829

fs-api/fs-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
, digest ^>=0.0
4949
, directory ^>=1.3
5050
, filepath ^>=1.4 || ^>=1.5
51-
, io-classes ^>=1.6 || ^>=1.7
51+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8
5252
, primitive ^>=0.9
5353
, safe-wild-cards ^>=1.0
5454
, text ^>=1.2 || ^>=2.0 || ^>=2.1

fs-sim/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
### Patch
3333

3434
* Make it build with `ghc-9.12`.
35+
* Support `io-classes-1.8`.
3536
* Drop support for `ghc-8.10` and `ghc-9.2`.
3637
* Support the new `MustExist` option for `AllowExisting` that was added in
3738
`fs-api`.

fs-sim/fs-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, bytestring ^>=0.10 || ^>=0.11 || ^>=0.12
4444
, containers ^>=0.5 || ^>=0.6 || ^>=0.7
4545
, fs-api ^>=0.3
46-
, io-classes ^>=1.6 || ^>=1.7
46+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8
4747
, io-classes:strict-stm
4848
, mtl ^>=2.2 || ^>=2.3
4949
, primitive ^>=0.9

0 commit comments

Comments
 (0)