Skip to content

Commit 980e5bd

Browse files
committed
Digest that depends on crc32c
1 parent 28f5a40 commit 980e5bd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ jobs:
223223
with:
224224
use-sodium-vrf: false
225225

226+
- name: "Move to base action: install liburing on ubuntu"
227+
run: sudo apt -y install liburing-dev
228+
226229
- name: Download benchmark executables
227230
uses: actions/download-artifact@v5
228231
with:

cabal.project

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- update either of these.
1515
index-state:
1616
-- Bump this if you need newer packages from Hackage
17-
, hackage.haskell.org 2025-07-22T09:13:54Z
17+
, hackage.haskell.org 2025-08-07T11:24:08Z
1818
-- Bump this if you need newer packages from CHaP
1919
, cardano-haskell-packages 2025-08-06T10:58:15Z
2020

@@ -98,9 +98,6 @@ constraints:
9898

9999
source-repository-package
100100
type: git
101-
location: https://github.com/IntersectMBO/lsm-tree
102-
tag: 84857d4f921a265f267df175e74ba6c652d2b1a0
103-
--sha256: sha256-IgE/sqDfehaJVRLaf2euzc7sJ3hRUr+hAe2GUILvXa8=
104-
subdir:
105-
.
106-
bloomfilter-blocked
101+
location: https://github.com/jasagredo/digest
102+
tag: 329fc2a911878ffe47472751cb40aae20ab2c00a
103+
--sha256: sha256-84f8dFee9EfWbQ5UTLZ9MrsZ3JVojNhzfTGmWof6wHU=

0 commit comments

Comments
 (0)