-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
97 lines (85 loc) · 1.88 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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.0
allow-newer: true
allow-newer-deps:
- leb128
- optparse-applicative
- criterion
extra-deps:
- gi-javascriptcore-4.0.28
- gi-webkit2-4.0.31
- blake3-0.3
- leb128-0.1.0.0
- optparse-applicative-0.17.1.0
- git: https://github.com/AshleyYakeley/haskell-src-exts.git
commit: 443776e416f3fc3c2b56cbd5b11beaf022365c9d
- git: https://github.com/AshleyYakeley/hindent.git
commit: 39739ea7717249e405ab67c8a579b552e4cec8b9
- git: https://github.com/fpco/ghc-prof-flamegraph.git
commit: 8edd3b4806adeb25a4d55bed51c3afcc8e7a8e14
- 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
path:
# https://github.com/NixOS/nixpkgs/tags
- nixpkgs=https://github.com/nixos/nixpkgs/tarball/23.05
packages:
- zlib
- pkg-config
- gobject-introspection
- cairo
- gdk-pixbuf
- harfbuzz
- atkmm
- libthai
- libdatrie
- libxkbcommon
- libepoxy
- pango
- pcre
- pcre2
- xorg.libXdmcp
- xorg.libXtst
- util-linux
- libselinux
- libsepol
- gtk3
ghc-options:
"$locals": -Werror