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
7575 , base >= 4.16 && < 4.22
7676 , deepseq ^>= 1.4 || ^>= 1.5
7777 , fs-api ^>= 0.3
78- , io-classes ^>= 1.6 || ^>= 1.7
78+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8.0.1
7979 , primitive ^>= 0.9
8080 , vector ^>= 0.13
8181
@@ -133,7 +133,7 @@ library sim
133133 , bytestring ^>= 0.11.4.0 || ^>= 0.12.1.0
134134 , fs-api ^>= 0.3
135135 , fs-sim ^>= 0.3
136- , io-classes ^>= 1.6 || ^>= 1.7
136+ , io-classes ^>= 1.6 || ^>= 1.7 || ^ >= 1.8.0.1
137137 , io-classes :strict-stm
138138 , primitive ^>= 0.9
139139
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11index-state:
22 -- 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
55
66packages:
77 .
@@ -19,14 +19,6 @@ constraints: bloomfilter <0
1919-- regression-simple is used by the bloomfilter-fpr-calc test executable
2020allow-newer: regression-simple:base
2121
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-
3022-- bugfix hGetBufExactly and hGetBufExactlyAt
3123source-repository-package
3224 type: git
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ library
587587 , deepseq ^>= 1.4 || ^>= 1.5
588588 , filepath
589589 , fs-api ^>= 0.3
590- , io-classes ^>= 1.6 || ^>= 1.7
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