File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ if(os(linux))
2
2
source-repository-package
3
3
type: git
4
4
location: https://github.com/well-typed/blockio-uring
5
- -- mega-batches
6
- tag: ab50126701de7eac9b62c20ae11e9ad706e1e40a
5
+ -- ghc-9.12
6
+ tag: 6f6d7285a41a0807e9867e12a617e76942151531
Original file line number Diff line number Diff line change 1
1
index-state:
2
2
-- Bump this if you need newer packages from Hackage
3
3
-- current date: ghc-9.12.1
4
- , hackage.haskell.org 2024-12-19T11:42:39Z
4
+ , hackage.haskell.org 2025-02-12T00:16:58Z
5
5
6
6
packages: .
7
7
@@ -23,18 +23,22 @@ constraints: bloomfilter <0
23
23
import: cabal.project.blockio-uring
24
24
25
25
-- 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
28
31
29
32
-- TODO: fix assembly error in text-2.1.2
30
33
if (impl(ghc < 9.0) && os(windows))
31
34
package text
32
35
flags: -simdutf
33
36
37
+ -- ghc-9.12.1
34
38
source-repository-package
35
39
type: git
36
40
location: https://github.com/input-output-hk/fs-sim
37
- tag: 22ca7c9972c2a9ee9633d2c05dddd010d2938094
41
+ tag: 12dae42a78b95bf290c90b6ce7d30a8a7aa0fb45
38
42
subdir:
39
43
fs-api
40
44
fs-sim
You can’t perform that action at this time.
0 commit comments