-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
35 lines (30 loc) · 900 Bytes
/
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
resolver: lts-20.20
packages:
- '.'
# Dependency packages to be pulled from upstream that are not in the resolver.
extra-deps:
- bitmap-0.0.2
- bitmap-opengl-0.0.1.5
- stb-image-0.2.1
- unicode-properties-3.2.0.0
- inline-c-objc-0.1.0.0
- github: lamdu/bindings-freetype-gl
commit: 8d311d96c5fa7fcfb5b79d057c9c24944d5d234b
- github: lamdu/graphics-drawingcombinators
commit: 39500dd189b0676468848d1f452ac31c7f0ec461
- github: lamdu/freetype2
commit: 046328d92312d65638440132c016a3081d9c32a4
- github: lamdu/FreetypeGL
commit: 18ca298d8fd48ad18f75264553b57714bf070c77
- github: lamdu/GLFW-b
commit: 04b0c6c36f351ce629af6bbe76ff440c40b3ff8c
- github: lamdu/bindings-GLFW
commit: 0f7b821b75cb620ccf8fbdda6f1f4912f049c551
allow-newer: true
ghc-options:
# this is for weeder:
"$locals": -fwrite-ide-info
flags:
bindings-GLFW:
ExposeNative: true
# require-stack-version: ">=2.5"