forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack-ghc-9.10.1.yaml
53 lines (47 loc) · 1.17 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
50
51
52
53
# 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-07-05 # GHC 9.8.2
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
# nightly-2024-07-05 provides hpack-0.36.1
- hpack-0.37.0@sha256:b7c91b0416a55c134172a9fd9a02f3815ba68c4b92cca4e320c36906d5e970e0,5187
- hpc-0.7.0.1@rev:1
- http-api-data-0.6.1
- process-1.6.19.0@rev:1
- time-1.12.2
- unix-2.8.5.1
- uuid-types-1.0.6
allow-newer: true
allow-newer-deps:
# See https://gitlab.haskell.org/ghc/ghc/-/issues/25013
- ghc-boot
# 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