-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack_docker.yaml
72 lines (64 loc) · 1.5 KB
/
stack_docker.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
resolver: lts-21.17
flags: {}
packages:
- .
- ./ipython-kernel
- ./ghc-parser
- ./ihaskell-display/ihaskell-aeson
- ./ihaskell-display/ihaskell-blaze
- ./ihaskell-display/ihaskell-charts
- ./ihaskell-display/ihaskell-diagrams
- ./ihaskell-display/ihaskell-gnuplot
- ./ihaskell-display/ihaskell-graphviz
- ./ihaskell-display/ihaskell-hatex
- ./ihaskell-display/ihaskell-juicypixels
- ./ihaskell-display/ihaskell-magic
- ./ihaskell-display/ihaskell-plot
# - ./ihaskell-display/ihaskell-static-canvas
- ./ihaskell-display/ihaskell-widgets
extra-deps:
- Chart-cairo-1.9.3
- diagrams-cairo-1.4.2.1
- cairo-0.13.10.0
- pango-0.13.10.0
- glib-0.13.10.0
- plot-0.2.3.11
- statestack-0.3.1.1
- ginger-0.10.5.2
- servant-websockets-2.0.0
- servant-auth-server-0.4.8.0
- blaze-htmx-0.1.0.0
- inline-js/inline-js
- inline-js/inline-js-core
- servant-errors
ghc-options:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
# ghc-parser: -Wall -Wpartial-fields -Werror
# ihaskell: -Wall -Wpartial-fields -Werror
# ihaskell-widgets: -Wall -Wpartial-fields -Werror
system-ghc: true
# local-programs-path: /opt/ghc
nix:
packages:
- blas
- cairo
- file
- fribidi
- gcc
- gfortran.cc.lib
- libdatrie
- liblapack
- libselinux
- libsepol
- libsodium # Needed by zeromq
- libthai
- ncurses
- pango
- pkg-config
- pcre
- pcre2
- pkgconfig
- util-linux
- xorg.libXdmcp
- zeromq
- zlib