-
Notifications
You must be signed in to change notification settings - Fork 843
/
stack-ghc-9.10.1.yaml
49 lines (43 loc) · 1.07 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
40
41
42
43
44
45
46
47
48
49
# 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-10-24 # GHC 9.8.3
compiler: ghc-9.10.1
extra-deps:
- Cabal-3.12.0.0
- Cabal-syntax-3.12.0.0
- Win32-2.14.0.0
- directory-1.3.8.3@rev:3
- filepath-1.5.2.0
- ghc-boot-9.10.1@rev:1
- hpc-0.7.0.1@rev:1
- process-1.6.19.0@rev:1
- time-1.12.2
# # nightly-2024-10-21 provides tls-2.0.6
- tls-2.1.0@sha256:39f9a6183a6dafc3365e99f4f3b99a55154f8a3a3114d9475459a066f56a3a32,6173
- unix-2.8.5.1
allow-newer: true
allow-newer-deps:
# See https://github.com/yesodweb/persistent/issues/1538
- persistent
# 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:
Win32:
os-string: true
directory:
os-string: true
stack:
developer-mode: true
unix:
os-string: true