-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstack.yaml
62 lines (52 loc) · 1.75 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
62
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
resolver: lts-12.21
compiler-check: newer-minor
# Local packages, usually specified by relative directory name
packages:
- dynobud
- dynobud-interpolant
- dynobud-typevecs
- dynobud-vectorize
#- location:
# /home/greg/hslibs/casadi-bindings
# #git: https://github.com/ghorn/casadi-bindings
# #commit: 30733a45519b37bd2a5e160f84655b2b15c2c3c5
# extra-dep: true
# subdirs:
# - casadi-bindings
# - casadi-bindings-internal
# - genpath/casadi-bindings-core
# - location:
# git: https://github.com/ghorn/generic-accessors
# commit: 393a9c8660010580c513eb75408b0507b6ded33d
# extra-dep: true
#- location:
# git: https://github.com/ghorn/Plot-ho-matic
# commit: c18883ba529187c448fe6cc144dad323e78c41c2
# extra-dep: true
#- location:
## git: /home/greg/hslibs/Plot-ho-matic
# git: https://github.com/ghorn/Plot-ho-matic
# commit: de0e7a2a49cdd5a92a87b7ca13241c9838f469cd
# extra-dep: true
#- location:
# git: https://github.com/ghorn/spatial-math
# commit: 289ab9159b9813a8f8de06d4ff6f28ec445bed6e
# extra-dep: true
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps: [ casadi-bindings-3.4.5.0
, casadi-bindings-core-3.4.5.0
, casadi-bindings-internal-0.1.6.1
, generic-accessors-0.7.0.0
, Chart-1.9
, Chart-cairo-1.9
, jacobi-roots-0.2.0.4
, not-gloss-0.7.6.5
, Plot-ho-matic-0.12.2.3
, spatial-math-0.4.0.0
, vector-binary-instances-0.2.1.0
]
# Override default flag values for local packages and extra-deps
flags:
dynobud:
examples: true