-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstack.yaml
39 lines (30 loc) · 976 Bytes
/
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
resolver: lts-16.13
allow-newer: true
packages:
- 'external-stg-compiler'
- 'external-stg'
ghc-options:
"$everything": -fno-stgbin -fno-stgapp -optcxx-std=c++17
extra-deps:
- async-pool-0.9.1@sha256:4015140f896c3f1652b06a679b0ade2717d05557970c283ea2c372a71be2a6a1,1605
- souffle-haskell-1.1.0
- zip-1.7.0
- th-abstraction-0.4.2.0
# use custom ext-stg whole program compiler GHC
compiler: ghc-8.11.0.20200527
#ghc-variant: ext-stg-whole-program-compiler
#setup-info-locations: []
#setup-info:
# ghc:
# linux64-custom-ext-stg-whole-program-compiler:
# 8.11.0.20200527:
# url: "https://github.com/grin-compiler/ghc-wpc/releases/download/ghc-8.11.0.20200527-wpc/ghc-8.11.0.20200527.tar.xz"
# use local GHC (for development)
system-ghc: true
extra-path:
- /home/csaba/haskell/grin-compiler/ghc-whole-program-compiler-project/ghc-wpc/_build/stage1/bin
# DEBUG INFO
#dump-logs: all
#build:
# keep-tmp-files: true
# cabal-verbose: true