File tree Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ library
75
75
, base >= 4.16 && < 4.22
76
76
, deepseq ^>= 1.4 || ^>= 1.5
77
77
, fs-api ^>= 0.3
78
- , io-classes ^>= 1.6 || ^>= 1.7
78
+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8.0.1
79
79
, primitive ^>= 0.9
80
80
, vector ^>= 0.13
81
81
@@ -133,7 +133,7 @@ library sim
133
133
, bytestring ^>= 0.11.4.0 || ^>= 0.12.1.0
134
134
, fs-api ^>= 0.3
135
135
, fs-sim ^>= 0.3
136
- , io-classes ^>= 1.6 || ^>= 1.7
136
+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8.0.1
137
137
, io-classes :strict-stm
138
138
, primitive ^>= 0.9
139
139
Load Diff This file was deleted.
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
- -- unix-2.8.7 .0
4
- , hackage.haskell.org 2025-05-10T14:12:28Z
3
+ -- current date: blockio-uring-0.1.0 .0
4
+ , hackage.haskell.org 2025-06-09T10:11:34Z
5
5
6
6
packages:
7
7
.
@@ -19,14 +19,6 @@ constraints: bloomfilter <0
19
19
-- regression-simple is used by the bloomfilter-fpr-calc test executable
20
20
allow-newer: regression-simple:base
21
21
22
- -- comment me if you don't have liburing installed
23
- --
24
- -- TODO: it is slightly unfortunate that one has to manually remove this file
25
- -- import in case they don't have liburing installed... Currently, it is not
26
- -- possible to have conditionals on package flags in a project file. Otherwise,
27
- -- we could add a conditional on (+serialblockio) to remove this import automatically.
28
- import: cabal.project.blockio-uring
29
-
30
22
-- bugfix hGetBufExactly and hGetBufExactlyAt
31
23
source-repository-package
32
24
type: git
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ library
587
587
, deepseq ^>= 1.4 || ^>= 1.5
588
588
, filepath
589
589
, fs-api ^>= 0.3
590
- , io-classes ^>= 1.6 || ^>= 1.7
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