Skip to content

Commit 457cecd

Browse files
committed
Allow io-classes 1.8.0.1
- update fs-sim and fs-api
1 parent 3bd84fc commit 457cecd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

blockio/blockio.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ library
7474
build-depends:
7575
, base >=4.16 && <4.22
7676
, deepseq ^>=1.4 || ^>=1.5
77-
, fs-api ^>=0.3
78-
, io-classes ^>=1.6 || ^>=1.7
77+
, fs-api ^>=0.4
78+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1
7979
, primitive ^>=0.9
8080
, vector ^>=0.13
8181

@@ -131,9 +131,9 @@ library sim
131131
, base >=4.16 && <4.22
132132
, blockio
133133
, bytestring ^>=0.11.4.0 || ^>=0.12.1.0
134-
, fs-api ^>=0.3
135-
, fs-sim ^>=0.3
136-
, io-classes ^>=1.6 || ^>=1.7
134+
, fs-api ^>=0.4
135+
, fs-sim ^>=0.4
136+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1
137137
, io-classes:strict-stm
138138
, primitive ^>=0.9
139139

cabal.project.release

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
index-state:
22
-- Bump this if you need newer packages from Hackage
33
-- unix-2.8.7.0
4-
, hackage.haskell.org 2025-05-10T14:12:28Z
4+
, hackage.haskell.org 2025-06-03T08:53:00Z
55

66
packages:
77
.
@@ -27,11 +27,11 @@ allow-newer: regression-simple:base
2727
-- we could add a conditional on (+serialblockio) to remove this import automatically.
2828
import: cabal.project.blockio-uring
2929

30-
-- bugfix hGetBufExactly and hGetBufExactlyAt
30+
-- bugfix hGetBufExactly and hGetBufExactlyAt, io-classes-1.8.0.1
3131
source-repository-package
3232
type: git
3333
location: https://github.com/input-output-hk/fs-sim
34-
tag: 55efd82e10c2b2d339bdfdc29d8d4bd8484150ba
34+
tag: 77e4809fe897330397ddbeaf88ef4bb47477b543
3535
subdir:
3636
fs-api
37-
fs-sim
37+
fs-sim

lsm-tree.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ library
586586
, crc32c ^>=0.2.1
587587
, deepseq ^>=1.4 || ^>=1.5
588588
, filepath
589-
, fs-api ^>=0.3
590-
, io-classes ^>=1.6 || ^>=1.7
589+
, fs-api ^>=0.4
590+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1
591591
, io-classes:strict-mvar
592592
, lsm-tree:bloomfilter
593593
, lsm-tree:control
@@ -1163,7 +1163,7 @@ library control
11631163
build-depends:
11641164
, base >=4.16 && <4.22
11651165
, deepseq ^>=1.4 || ^>=1.5
1166-
, io-classes ^>=1.6 || ^>=1.7
1166+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1
11671167
, io-classes:strict-stm
11681168
, primitive ^>=0.9
11691169

0 commit comments

Comments
 (0)