Skip to content

Commit 3435da5

Browse files
committed
Remove last allow-newer stanzas to support ghc-9.12 fully
1 parent 8f3ca3c commit 3435da5

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

cabal.project.release

Lines changed: 2 additions & 8 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-
-- current date: ghc-9.12.1
4-
, hackage.haskell.org 2025-02-12T00:16:58Z
3+
-- current date: ghc-9.12 and data-elevator
4+
, hackage.haskell.org 2025-03-10T07:49:31Z
55

66
packages: .
77

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

25-
-- TODO: remove this once all packages have upgraded their dependencies for ghc-9.12
26-
allow-newer:
27-
data-elevator:base
28-
, cborg:base
29-
, cborg:ghc-prim
30-
3125
-- TODO: fix assembly error in text-2.1.2
3226
if (impl(ghc < 9.0) && os(windows))
3327
package text

lsm-tree.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ library
200200
Database.LSMTree.Internal.BloomFilterQuery2
201201
Database.LSMTree.Internal.StrictArray
202202

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

205205
-- this exists due windows
206206
library xxhash

0 commit comments

Comments
 (0)