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
74
74
build-depends :
75
75
, base >= 4.16 && < 4.22
76
76
, 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
79
79
, primitive ^>= 0.9
80
80
, vector ^>= 0.13
81
81
@@ -131,9 +131,9 @@ library sim
131
131
, base >= 4.16 && < 4.22
132
132
, blockio
133
133
, 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
137
137
, io-classes :strict-stm
138
138
, primitive ^>= 0.9
139
139
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
3
-- unix-2.8.7.0
4
- , hackage.haskell.org 2025-05-10T14:12:28Z
4
+ , hackage.haskell.org 2025-06-03T08:53:00Z
5
5
6
6
packages:
7
7
.
@@ -27,11 +27,11 @@ allow-newer: regression-simple:base
27
27
-- we could add a conditional on (+serialblockio) to remove this import automatically.
28
28
import: cabal.project.blockio-uring
29
29
30
- -- bugfix hGetBufExactly and hGetBufExactlyAt
30
+ -- bugfix hGetBufExactly and hGetBufExactlyAt, io-classes-1.8.0.1
31
31
source-repository-package
32
32
type: git
33
33
location: https://github.com/input-output-hk/fs-sim
34
- tag: 55efd82e10c2b2d339bdfdc29d8d4bd8484150ba
34
+ tag: 77e4809fe897330397ddbeaf88ef4bb47477b543
35
35
subdir:
36
36
fs-api
37
- fs-sim
37
+ fs-sim
Original file line number Diff line number Diff line change @@ -586,8 +586,8 @@ library
586
586
, crc32c ^>= 0.2.1
587
587
, deepseq ^>= 1.4 || ^>= 1.5
588
588
, 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
591
591
, io-classes :strict-mvar
592
592
, lsm-tree :bloomfilter
593
593
, lsm-tree :control
@@ -1163,7 +1163,7 @@ library control
1163
1163
build-depends :
1164
1164
, base >= 4.16 && < 4.22
1165
1165
, deepseq ^>= 1.4 || ^>= 1.5
1166
- , io-classes ^>= 1.6 || ^>= 1.7
1166
+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8.0.1
1167
1167
, io-classes :strict-stm
1168
1168
, primitive ^>= 0.9
1169
1169
You can’t perform that action at this time.
0 commit comments