File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11index-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
66packages: .
77
@@ -22,12 +22,6 @@ constraints: bloomfilter <0
2222-- we could add a conditional on (+serialblockio) to remove this import automatically.
2323import: 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
3226if (impl(ghc < 9.0) && os(windows))
3327 package text
Original file line number Diff line number Diff 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
206206library xxhash
You can’t perform that action at this time.
0 commit comments