-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
79 lines (64 loc) · 1.33 KB
/
stack.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
71
72
73
74
75
76
77
78
79
packages:
# examination
#- examine/gnome-bindings
# separate (submodule) dependencies
#- external/countable
#- external/witness
#- external/open-witness
#- external/type-rig
#- external/monadology
#- external/primitive-serial
# Changes
- Changes/thread-trace
- Changes/shapes
- Changes/cairo-functional
- Changes/changes-core
- Changes/changes-media
- Changes/changes-world
- Changes/changes-gnome
# Pinafore
- Pinafore/polar-shim
- Pinafore/typed-expression
- Pinafore/pinafore-base
- Pinafore/pinafore-syntax
- Pinafore/pinafore-language
- Pinafore/pinafore-lib-media
- Pinafore/pinafore-lib-gnome
- Pinafore/pinafore-lib-script
- Pinafore/pinafore-app
- Pinafore/pinafore-docgen
resolver: lts-23.8
allow-newer: true
allow-newer-deps:
- leb128
- optparse-applicative
- criterion
extra-deps:
# GTK
- gi-javascriptcore-4.0.28
- gi-webkit2-4.0.31
# other
- blake3-0.3
- leb128-0.1.0.0
- optparse-applicative-0.17.1.0
# format
- Cabal-syntax-3.12.1.0
- Cabal-3.12.1.0
- ghc-lib-parser-9.10.1.20250103
- github: AshleyYakeley/fourmolu
commit: 8f7bfbaebfc7337e3301f87ba602fea65ad12323
# my stuff
- witness-0.7
- monadology-0.4
- open-witness-0.7
flags:
changes-gnome:
build-examples: true
docker:
enable: true
image: "local-build"
notify-if-nix-on-path: false
nix:
enable: false
ghc-options:
"$locals": -Werror