-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
stack.yaml
51 lines (46 loc) · 1.4 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
resolver: lts-22.33
packages:
- '.'
extra-deps:
- bitmap-0.0.2
- bitmap-opengl-0.0.1.5
- stb-image-0.2.1
- unicode-properties-3.2.0.0
- ekg-core-0.1.1.7
- inline-c-objc-0.1.0.0
- github: jswebtools/language-ecmascript
commit: a1e47e69e68f6f70f8eca40d28dd8b702262a123
- github: lamdu/text-trie
commit: 2b4c94bccaa9c60f59ff06fad04d52b113a53ff2
- github: lamdu/rocksdb-haskell
commit: c0b13d11784fff618f6a459e1570bb0b369d2551
- github: lamdu/bindings-freetype-gl
commit: 8d311d96c5fa7fcfb5b79d057c9c24944d5d234b
- github: lamdu/lamdu-calculus
commit: 21332a4c1576ad028bbb693b23e8943089256ef8
- github: lamdu/momentu
commit: c844afbfc95fb7391f9b9d1023630fea40a3fc9f
- github: lamdu/GLFW-b
commit: 04b0c6c36f351ce629af6bbe76ff440c40b3ff8c
- github: lamdu/bindings-GLFW
commit: 0f7b821b75cb620ccf8fbdda6f1f4912f049c551
- github: lamdu/hypertypes
commit: 3d72e03552f9a0411a9b1f57e06f40487c3e12f9
- github: lamdu/graphics-drawingcombinators
commit: 39500dd189b0676468848d1f452ac31c7f0ec461
- github: lamdu/freetype2
commit: 046328d92312d65638440132c016a3081d9c32a4
- github: lamdu/FreetypeGL
commit: 18ca298d8fd48ad18f75264553b57714bf070c77
- github: tweag/inline-js
commit: 8512b09d2c0533a41d5d2aef182b11a58c420c10
subdirs:
- inline-js-core
allow-newer: true
ghc-options:
# this is for weeder:
"$locals": -fwrite-ide-info
flags:
bindings-GLFW:
ExposeNative: true
# require-stack-version: ">=2.5"