Skip to content
Merged
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
10 changes: 2 additions & 8 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
-- current date: ghc-9.12.1
, hackage.haskell.org 2025-02-12T00:16:58Z
-- current date: ghc-9.12 and data-elevator
, hackage.haskell.org 2025-03-10T07:49:31Z

packages: .

Expand All @@ -22,12 +22,6 @@ constraints: bloomfilter <0
-- we could add a conditional on (+serialblockio) to remove this import automatically.
import: cabal.project.blockio-uring

-- TODO: remove this once all packages have upgraded their dependencies for ghc-9.12
allow-newer:
data-elevator:base
, cborg:base
, cborg:ghc-prim

-- TODO: fix assembly error in text-2.1.2
if (impl(ghc < 9.0) && os(windows))
package text
Expand Down
2 changes: 1 addition & 1 deletion lsm-tree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ library
Database.LSMTree.Internal.BloomFilterQuery2
Database.LSMTree.Internal.StrictArray

build-depends: data-elevator ^>=0.1.0.2
build-depends: data-elevator ^>=0.1.0.2 || ^>=0.2

-- this exists due windows
library xxhash
Expand Down