forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack-8.0.yaml
More file actions
50 lines (50 loc) · 992 Bytes
/
stack-8.0.yaml
File metadata and controls
50 lines (50 loc) · 992 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
resolver: nightly-2016-05-13
compiler: ghc-8.0.1
compiler-check: match-exact
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
extra-deps:
- hpack-0.14.0
- path-0.5.7
- path-io-1.1.0
- persistent-template-2.5.1
- persistent-2.5
- monad-unlift-0.1.2.0
- aeson-0.11.2.0
- Cabal-1.24.0.0
- array-0.5.1.1
- binary-0.8.3.0
- bytestring-0.10.8.0
- comonad-5
- containers-0.5.7.1
- deepseq-1.4.2.0
- directory-1.2.6.2
- filepath-1.4.1.0
- hpc-0.6.0.3
- kan-extensions-5.0.1
- pointed-5
- pretty-1.1.3.3
- process-1.4.2.0
- template-haskell-2.11.0.0
- time-1.6
- transformers-0.5.2.0
- transformers-compat-0.5.1.4
- unix-2.7.2.0
- th-lift-instances-0.1.7
- th-reify-many-0.1.6
- th-utilities-0.1.0.1
- store-0.1.0.1
- th-orphans-0.13.1
packages:
- .
- location:
git: https://github.com/Soostone/retry
commit: d25bf6c
extra-dep: true