Skip to content

Depend on blockio-uring from Hackage #754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cabal.project.blockio-uring

This file was deleted.

12 changes: 2 additions & 10 deletions cabal.project.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
index-state:
-- Bump this if you need newer packages from Hackage
-- unix-2.8.7.0
, hackage.haskell.org 2025-06-11T07:49:45Z
-- current date: blockio-uring-0.1.0.0
, hackage.haskell.org 2025-06-09T10:11:34Z

packages:
.
Expand All @@ -19,14 +19,6 @@ constraints: bloomfilter <0
-- regression-simple is used by the bloomfilter-fpr-calc test executable
allow-newer: regression-simple:base

-- comment me if you don't have liburing installed
--
-- TODO: it is slightly unfortunate that one has to manually remove this file
-- import in case they don't have liburing installed... Currently, it is not
-- possible to have conditionals on package flags in a project file. Otherwise,
-- we could add a conditional on (+serialblockio) to remove this import automatically.
import: cabal.project.blockio-uring

-- bugfix hGetBufExactly and hGetBufExactlyAt, io-classes-1.8.0.1
source-repository-package
type: git
Expand Down