Skip to content

Commit 20ee05f

Browse files
committed
Depend on blockio-uring from Hackage
It is released now!
1 parent aa04099 commit 20ee05f

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

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-06-11T07:49:45Z
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, io-classes-1.8.0.1
3123
source-repository-package
3224
type: git

0 commit comments

Comments
 (0)