-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack-release.yaml
More file actions
32 lines (28 loc) · 908 Bytes
/
stack-release.yaml
File metadata and controls
32 lines (28 loc) · 908 Bytes
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
ghc-options:
"$locals": -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-n2M -with-rtsopts=-A64M
"$targets": -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-n2M -with-rtsopts=-A64M
accelerate: -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-n2M -with-rtsopts=-A64M
accelerate-llvm-native: -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-n2M -with-rtsopts=-A64M
rebuild-ghc-options: true
work-dir: .stack-work-release
build:
library-profiling: false
executable-profiling: false
flags:
accelerate-blas:
llvm-ptx: false
accelerate:
debug: false
nofib: false
packages:
- .
resolver: lts-12.10
extra-deps:
- accelerate-1.2.0.0
- accelerate-llvm-1.2.0.0
- accelerate-llvm-native-1.2.0.0
- accelerate-blas-0.2.0.0
- llvm-hs-6.0.0
- llvm-hs-pure-6.0.0
- mersenne-random-1.0.0.1
- lens-accelerate-0.2.0.0