-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstack-8.8.yaml
55 lines (39 loc) · 1.38 KB
/
stack-8.8.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
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# vim: nospell
resolver: lts-16.10
packages:
- .
extra-deps:
- github: tmcdonell/accelerate
commit: b54ce53cff506ba9e9edab21f7a37c3dfbd96173
- github: tmcdonell/accelerate-llvm
commit: b2862f43ad89b74236d6d9bb91b655c2262e1125
subdirs:
- accelerate-llvm
- accelerate-llvm-native
- accelerate-llvm-ptx
- github: tmcdonell/lens-accelerate
commit: 4a652bc0f0574cd5e715b2f523a41107a11dbcbe
- github: tmcdonell/linear-accelerate
commit: e0956017d938a05f2ef4180b364f4d2cd71eb5b9
- github: tmcdonell/cuda
commit: 1128c99c2e7a41b5e21363a9bf12c7bb240184ac
- github: tmcdonell/nvvm
commit: 4b0ee7b1644a71f56a4d024dda3d40f225ac1f05
# Override default flag values for local packages and extra-deps
# flags: {}
# Extra global and per-package GHC options
# ghc-options: {}
# 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: >= 0.1.4.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]