Skip to content

Commit 83560ad

Browse files
authored
Merge pull request #569 from IntersectMBO/jdral/ghc-9.12-updates
Some updates for ghc-9.12 support
2 parents 9c243e6 + 99a95dc commit 83560ad

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

cabal.project.blockio-uring

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ if(os(linux))
22
source-repository-package
33
type: git
44
location: https://github.com/well-typed/blockio-uring
5-
-- mega-batches
6-
tag: ab50126701de7eac9b62c20ae11e9ad706e1e40a
5+
-- ghc-9.12
6+
tag: 6f6d7285a41a0807e9867e12a617e76942151531

cabal.project.release

Lines changed: 8 additions & 4 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
33
-- current date: ghc-9.12.1
4-
, hackage.haskell.org 2024-12-19T11:42:39Z
4+
, hackage.haskell.org 2025-02-12T00:16:58Z
55

66
packages: .
77

@@ -23,18 +23,22 @@ constraints: bloomfilter <0
2323
import: cabal.project.blockio-uring
2424

2525
-- TODO: remove this once all packages have upgraded their dependencies for ghc-9.12
26-
if impl(ghc >=9.12)
27-
allow-newer: base, template-haskell, ghc-prim
26+
allow-newer:
27+
data-elevator:base
28+
, cborg:base
29+
, cborg:ghc-prim
30+
, quickcheck-lockstep:base
2831

2932
-- TODO: fix assembly error in text-2.1.2
3033
if (impl(ghc < 9.0) && os(windows))
3134
package text
3235
flags: -simdutf
3336

37+
-- ghc-9.12.1
3438
source-repository-package
3539
type: git
3640
location: https://github.com/input-output-hk/fs-sim
37-
tag: 22ca7c9972c2a9ee9633d2c05dddd010d2938094
41+
tag: 12dae42a78b95bf290c90b6ce7d30a8a7aa0fb45
3842
subdir:
3943
fs-api
4044
fs-sim

0 commit comments

Comments
 (0)