Skip to content

Commit e1947c9

Browse files
committed
Depend on blockio-uring from Hackage
It is released now!
1 parent 681e97f commit e1947c9

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

blockio/blockio.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

cabal.project.blockio-uring

Lines changed: 0 additions & 5 deletions
This file was deleted.

cabal.project.release

Lines changed: 2 additions & 10 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
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

66
packages:
77
.
@@ -19,14 +19,6 @@ constraints: bloomfilter <0
1919
-- regression-simple is used by the bloomfilter-fpr-calc test executable
2020
allow-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
3123
source-repository-package
3224
type: git

lsm-tree.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)