-
Notifications
You must be signed in to change notification settings - Fork 841
/
stack-ghc-9.10.1.yaml
39 lines (33 loc) · 1.25 KB
/
stack-ghc-9.10.1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This is an experimental project-level configuration, to see if Stack can be
# built with GHC 9.10.1.
#
# Currently, Stack cannot be built with GHC 9.10.1 because Cabal-3.12.0.0 has
# changed the type of Distribution.PackageDescription.Check.checkPackage.
snapshot: nightly-2024-12-16 # GHC 9.10.1
extra-deps:
- aeson-warning-parser-0.1.1@sha256:e5b81492d39bfe5de99fdc838e54e0fc0f2e290eb9fcfd4531cabf24baeada76,1353
- http-download-0.2.1.0@sha256:a97863e96f7d44efc3d0e3061db7fe2540b8374ca44ae90d0b56040140cb7506,1716
- pantry-0.10.0@sha256:d13f99099753b0acf0695a00dc4d82f2671d3c604161d169ac0fc8fcf3004dec,7912
- path-0.9.6@sha256:63c2783d76c425514b2904e392f487921de823d883dcc629d7eaad36930198ce,5531
- path-io-1.8.2@sha256:97725811b06f3fea7c1f2b0b39f21806c2f90470fc571acd75d3606b49b0f0d9,2009
- rio-prettyprint-0.1.8.0@sha256:28a034bfa2842043d4603800e47943027677746cca0b3b8088aee10168870105,1428
allow-newer: true
allow-newer-deps:
# See https://github.com/yesodweb/persistent/issues/1538
# - persistent
- path
# Added to ignore upper bound on Cabal.
- stack
docker:
enable: false
repo: quay.io/benz0li/ghc-musl:9.10.1
nix:
# --nix on the command-line to enable.
packages:
- zlib
- unzip
flags:
path:
os-string: true
stack:
developer-mode: true