-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
89 lines (74 loc) · 1.53 KB
/
stack.yaml
File metadata and controls
89 lines (74 loc) · 1.53 KB
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
80
81
82
83
84
85
86
87
88
89
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-storage
- 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-24.6
allow-newer: true
allow-newer-deps:
- leb128
- optparse-applicative
- criterion
- fourmolu
extra-deps:
# GTK
- haskell-gi-0.26.14
- haskell-gi-base-0.26.8
- gi-glib-2.0.30
- gi-gio-2.0.35
- gi-gdk-3.0.29
- gi-gtk-3.0.43
- gi-gtk-hs-0.3.17
- gi-soup-2.4.29
- 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.2.20250515
- github: AshleyYakeley/fourmolu
commit: 8f7bfbaebfc7337e3301f87ba602fea65ad12323
# my stuff
#- witness-0.8
- open-witness-0.7
flags:
changes-gnome:
build-examples: true
docker:
enable: true
image: "local-build"
notify-if-nix-on-path: false
recommend-stack-upgrade: false
nix:
enable: false
ghc-options:
"$locals": -Werror