-
Notifications
You must be signed in to change notification settings - Fork 841
/
stack-ghc-9.12.1.yaml
70 lines (64 loc) · 1.62 KB
/
stack-ghc-9.12.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# This is an experimental project-level configuration, to see if Stack can be
# built with GHC 9.12.1.
#
# Currently, Stack cannot be built with GHC 9.12.1 because Cabal-3.14.1.0 has
# changed the type of Distribution.PackageDescription.Check.checkPackage.
snapshot: nightly-2024-12-16 # GHC 9.10.1
compiler: ghc-9.12.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:
- OneTuple
- aeson
- assoc
- cborg
- cryptohash-sha256
- data-fix
- ed25519
- fsnotify
- hackage-security
- hashable
- hpack
- http-api-data
- indexed-traversable
- indexed-traversable-instances
- integer-conversion
- integer-logarithms
- lukko
- microlens
- microlens-th
- path
- pantry
- persistent
- scientific
- semialign
- serialise
- splitmix
# Added to ignore upper bound on Cabal.
- stack
- text-short
- these
- time-compat
- unix-compat
- unordered-containers
- uuid-types
- vault
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