forked from AccelerateHS/accelerate-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-7.10.yaml
96 lines (78 loc) · 2.54 KB
/
stack-7.10.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# vim: nospell
resolver: lts-6.35
packages:
- '.'
extra-deps:
- git: https://github.com/tmcdonell/accelerate.git
commit: 1aa13b896811541dcd4b97b6c305e229d657d51e
- git: https://github.com/tmcdonell/accelerate-llvm.git
commit: 9ccfc0969b8a3ac6d9280e890ca805c3b6ebc2dd
subdirs:
- 'accelerate-llvm'
- 'accelerate-llvm-native'
- 'accelerate-llvm-ptx'
- git: https://github.com/tmcdonell/accelerate-fft.git
commit: d549bf31497d41b2ba35b81cef2cd822bbee0c7a
- git: https://github.com/tmcdonell/accelerate-io.git
commit: 85f9b7a7bb00035af1e1368ec7919ce65a997ba7
- git: https://github.com/tmcdonell/cuda.git
commit: f04929808536fbcd28050d6bfd5ed682d8379d5b
- git: https://github.com/tmcdonell/colour-accelerate.git
commit: d69eb748a689df187012d0bd425a7bbfb9809655
- git: https://github.com/tmcdonell/linear-accelerate.git
commit: 8e518f39ad052024a2c96cf0054f93f983f240d0
- git: https://github.com/tmcdonell/gloss-accelerate.git
commit: 69900a2a68ad1dfded9c6173728120a2e1a35213
- 'Cabal-2.0.0.2'
- 'cabal-doctest-1.0.2'
- 'chaselev-deque-0.5.0.5'
# - 'colour-accelerate-0.2.0.0'
- 'comonad-5.0.2'
# - 'cuda-0.9.0.0'
- 'cufft-0.8.0.0'
- 'gloss-1.11.1.1'
# - 'gloss-accelerate-2.0.0.0'
- 'gloss-raster-accelerate-2.0.0.0'
- 'gloss-rendering-1.11.1.1'
- 'hedgehog-0.5'
- 'kan-extensions-5.0.2'
- 'lens-4.15.4'
- 'lens-accelerate-0.1.0.0'
- 'libffi-0.1'
# - 'linear-accelerate-0.5'
- 'llvm-hs-4.1.0.0'
- 'llvm-hs-pure-4.1.0.0'
- 'matrix-market-attoparsec-0.1.0.5'
- 'normaldistribution-1.1.0.3'
- 'nvvm-0.8.0.1'
- 'process-1.4.3.0'
- 'profunctors-5.2.1'
- 'tagged-0.8.5'
- 'tasty-hedgehog-0.1.0.1'
- 'test-framework-quickcheck2-0.3.0.4'
- 'th-abstraction-0.2.6.0'
- 'transformers-0.5.5.0'
- 'transformers-compat-0.5.1.4'
- 'unique-0'
- 'wl-pprint-annotated-0.1.0.0'
# Override default flag values for local packages and extra-deps
flags:
llvm-hs:
shared-llvm: true
semigroups: true
llvm-hs-pure:
semigroups: 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: >= 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]