-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
32 lines (31 loc) · 746 Bytes
/
stack.yaml
File metadata and controls
32 lines (31 loc) · 746 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:
"$targets": -Wall -threaded -rtsopts -with-rtsopts=-xc -with-rtsopts=-N
allow-newer: true
build:
library-profiling: true
executable-profiling: true
haddock: true
open-haddocks: false
haddock-deps: false
haddock-internal: false
flags:
accelerate-blas:
llvm-ptx: false
accelerate:
debug: true
bounds-checks: true
internal-checks: true
nofib: true
unsafe-checks: true
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