Skip to content

Commit bcc0bd8

Browse files
committed
Update stack-ghc-9.10.1.yaml
1 parent a369570 commit bcc0bd8

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

stack-ghc-9.10.1.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Currently, Stack cannot be built with GHC 9.10.1 because Cabal-3.12.0.0 has
55
# changed the type of Distribution.PackageDescription.Check.checkPackage.
66

7-
snapshot: nightly-2024-06-17 # GHC 9.8.2
7+
snapshot: nightly-2024-06-20 # GHC 9.8.2
88
compiler: ghc-9.10.1
99

1010
extra-deps:
@@ -14,9 +14,6 @@ extra-deps:
1414
- directory-1.3.8.3
1515
- filepath-1.5.2.0
1616
- ghc-boot-9.10.1
17-
# hpack-0.36.0 does not work
18-
- git: https://github.com/sol/hpack.git
19-
commit: 79a134f4de8117218be404dec3474e5a8cd1216b
2017
- hpc-0.7.0.1
2118
- http-api-data-0.6.1
2219
- process-1.6.19.0
@@ -25,16 +22,21 @@ extra-deps:
2522

2623
allow-newer: true
2724
allow-newer-deps:
25+
# See https://github.com/haskell/directory/issues/181
2826
- directory
27+
# See https://gitlab.haskell.org/ghc/ghc/-/issues/25013
2928
- ghc-boot
29+
# See https://github.com/haskell/hackage-security/issues/316
3030
- hackage-security
31-
- hpack
31+
# See https://gitlab.haskell.org/hpc/hpc/-/issues/14
3232
- hpc
33-
- pantry
33+
# See https://github.com/yesodweb/persistent/issues/1538
3434
- persistent
35+
# See https://github.com/haskell/process/issues/317
3536
- process
3637
# Added to ignore upper bound on Cabal.
3738
- stack
39+
# See https://github.com/haskell-pkg-janitors/unix-compat/issues/10
3840
- unix-compat
3941

4042
docker:

stack-ghc-9.10.1.yaml.lock

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@ packages:
4646
size: 942
4747
original:
4848
hackage: ghc-boot-9.10.1
49-
- completed:
50-
commit: 79a134f4de8117218be404dec3474e5a8cd1216b
51-
git: https://github.com/sol/hpack.git
52-
name: hpack
53-
pantry-tree:
54-
sha256: 34cc54b05c47f2a72b3c6dd7abd4d127035d2b5685d0e2543693337d361e453f
55-
size: 4492
56-
version: 0.36.0
57-
original:
58-
commit: 79a134f4de8117218be404dec3474e5a8cd1216b
59-
git: https://github.com/sol/hpack.git
6049
- completed:
6150
hackage: hpc-0.7.0.1@sha256:fd252a48d10dbe324d502bc666b4672e6a0b64c413f7040305794244d84e06b5,1113
6251
pantry-tree:
@@ -94,7 +83,7 @@ packages:
9483
hackage: uuid-types-1.0.6
9584
snapshots:
9685
- completed:
97-
sha256: b054a0443c25ebb957db8d9a896d557bef789894c3531a4c2ade862cc9c2a3cd
86+
sha256: dd0dcdf9b4fda44e744450d614161f783165ccbf1ec1e4371ee646830b701c85
9887
size: 650422
99-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/6/17.yaml
100-
original: nightly-2024-06-17
88+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/6/20.yaml
89+
original: nightly-2024-06-20

0 commit comments

Comments
 (0)