-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project
72 lines (58 loc) · 1.57 KB
/
cabal.project
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
packages:
./packaging-macos/
./ghengin/
./examples/
./ghengin-core/
./linear-utils/
-------------------------------
-- DEBUG PATCHES
-------------------------------
-- ~/Developer/vulkan
-- ~/Developer/vector/vector
-- ~/Developer/vector/vector-stream/
-- ~/Developer/linear-base-fork/
-- ~/Developer/fir/
-- ~/Developer/gl-block/
-- profiling: true
-- package *
-- profiling-detail: late
package ghengin-core
flags: +enable-culling
package dear-imgui
flags: +glfw +vulkan -sdl -opengl3
package fir
flags: +internals +sop
constraints:
linear-generics>0.2.2
allow-newer:
base,
template-haskell,
filepath,
fir:*,
linear-base:*,
dear-imgui:*,
vector-sized:vector,
wavefront:base,
linear-apecs:*,
typelits-witnesses:*
source-repository-package
type: git
location: https://github.com/alt-romes/reference-counting.git
source-repository-package
type: git
location: https://gitlab.com/sheaf/fir.git
-----------------------------
-- Other ......... patches --
-----------------------------
-- source-repository-package
-- type: git
-- location: https://github.com/expipiplus1/vulkan.git
-- source-repository-package
-- type: git
-- location: https://github.com/alt-romes/wavefront.git
-- source-repository-package
-- type: git
-- location: https://github.com/haskell-game/dear-imgui.hs.git
-- source-repository-package
-- type: git
-- location: https://github.com/tweag/linear-base.git