-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
61 lines (50 loc) · 1.57 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
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-22.12
# Local packages, usually specified by relative directory name
packages:
- 'core'
- 'GLFW'
- 'SDL'
- 'iOS'
- 'FRP'
- 'Example/Shooter'
- '../oss/sdl2'
allow-newer: true
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps:
- reactive-banana-1.3.1.0
- wavefront-0.7.1.4
- vulkan-3.23
- vulkan-utils-0.5.10.1
- VulkanMemoryAllocator-0.10.4
- derive-storable-0.3.1.0
- acquire-0.2.0.1
- ki-1.0.1.1
# - dear-imgui-2.1.0
- git: https://github.com/asivitz/dear-imgui.hs.git
commit: 0be78f05caf234e5ac72387ae26612bc4ea642cd
- git: https://github.com/fieldstrength/aeson-deriving.git
commit: e6e1f5066ebf1f37c10687e9bc90e5b0d3b22b0c
# Override default flag values for local packages and extra-deps
flags:
dear-imgui:
opengl3: false
vulkan: true
sdl: true
glfw: true
# Extra package databases containing global packages
extra-package-dbs: []
# Control whether we use the GHC we find on the path
# system-ghc: true
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: >= 1.0.0
# Override the architecture used by stack, especially useful on Windows
# arch: i386
# arch: x86_64
# Extra directories used by stack for building
# extra-include-dirs: [/path/to/dir]
# extra-lib-dirs: [/path/to/dir]
extra-lib-dirs:
- /usr/local/lib