-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
54 lines (40 loc) · 1.19 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
resolver: lts-13.3
packages:
- '.'
- location:
git: https://github.com/Haskell-mouse/accelerate-fft.git
commit: 5c19c3865a7cc6adc23cdc33b6c3e93e2667129a
extra-dep: true
- location:
git: https://github.com/tmcdonell/accelerate.git
commit: cfa1f48bef0e8d5bf2bec60a11ade2cac2153a9d
extra-dep: true
- location:
git: https://github.com/tmcdonell/accelerate-llvm.git
commit: e0f1a7676d160168440ed8338f2054014976646b
extra-dep: true
subdirs:
- accelerate-llvm
- accelerate-llvm-native
- accelerate-llvm-ptx
- location:
git: https://github.com/tmcdonell/lens-accelerate
commit: b74eb8098735b1ad6cff3c5655af03d3f29b9f8e
extra-dep: true
extra-deps:
- continued-fractions-0.10.0.2
- converge-0.1.0.1
- llvm-hs-8.0.0
- gamma-0.10.0.0
- llvm-hs-pure-8.0.0
# Override default flag values for local packages and extra-deps
flags:
accelerate:
unsafe-checks: false
bounds-checks: false
debug: false
internal-checks: false
# Extra package databases containing global packages
extra-package-dbs: []
extra-lib-dirs:
- /usr/local/cuda-10.0/lib64