Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b07784b

Browse filesBrowse files
committed
Allow using io-classes 1.8
1 parent 381e00a commit b07784b
Copy full SHA for b07784b

File tree

Expand file treeCollapse file tree

5 files changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-3
lines changed

‎cabal.project

Copy file name to clipboardExpand all lines: cabal.project
+1-1Lines 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

Copy file name to clipboardExpand all lines: fs-api/CHANGELOG.md
+1Lines 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

Copy file name to clipboardExpand all lines: fs-api/fs-api.cabal
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, digest ^>=0.0
5050
, directory ^>=1.3
5151
, filepath ^>=1.4 || ^>=1.5
52-
, io-classes ^>=1.6 || ^>=1.7
52+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8
5353
, primitive ^>=0.9
5454
, safe-wild-cards ^>=1.0
5555
, text ^>=1.2 || ^>=2.0 || ^>=2.1

‎fs-sim/CHANGELOG.md

Copy file name to clipboardExpand all lines: fs-sim/CHANGELOG.md
+1Lines 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

Copy file name to clipboardExpand all lines: fs-sim/fs-sim.cabal
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
, bytestring ^>=0.10 || ^>=0.11 || ^>=0.12
4545
, containers ^>=0.5 || ^>=0.6 || ^>=0.7
4646
, fs-api ^>=0.3
47-
, io-classes ^>=1.6 || ^>=1.7
47+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8
4848
, io-classes:strict-stm
4949
, mtl ^>=2.2 || ^>=2.3
5050
, primitive ^>=0.9

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.