forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
34 lines (32 loc) · 858 Bytes
/
stack.yaml
File metadata and controls
34 lines (32 loc) · 858 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
33
34
resolver: lts-10.5
packages:
- .
- subs/rio
# docker:
# enable: true
# repo: fpco/stack-full
# image:
# containers:
# - base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
# name: "fpco/stack-test"
nix:
# --nix on the command-line to enable.
enable: false
packages:
- zlib
flags:
stack:
hide-dependency-versions: true
supported-build: true
extra-deps:
# https://github.com/commercialhaskell/stack/issues/3785
- ansi-terminal-0.8.0.2@rev:0
- archive: https://github.com/haskell/hackage-security/archive/3297b0f3f4285cb30321baaa7b54e3d22e1f6bd7.tar.gz
subdirs:
- hackage-security
- cabal-doctest-1.0.6@rev:1
- http-api-data-0.3.8@rev:0
# https://github.com/haskell/cabal/issues/5206
- archive: https://github.com/snoyberg/cabal/archive/ac6be1854df8413014b9b71f4fc57634db092051.tar.gz
subdirs:
- Cabal