Skip to content

Commit 0b59779

Browse files
committed
Digest that depends on crc32c
1 parent 4bc1628 commit 0b59779

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

@@ -99,9 +99,6 @@ constraints:
9999

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

0 commit comments

Comments
 (0)