File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11index-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-11T07:49:45Z
55
66packages:
77 .
@@ -27,11 +27,11 @@ allow-newer: regression-simple:base
2727-- we could add a conditional on (+serialblockio) to remove this import automatically.
2828import: cabal.project.blockio-uring
2929
30- -- bugfix hGetBufExactly and hGetBufExactlyAt
30+ -- bugfix hGetBufExactly and hGetBufExactlyAt, io-classes-1.8.0.1
3131source-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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments