-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstack.yaml
90 lines (81 loc) · 2.45 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-3.19
compiler: ghcjs-0.2.0.20151222_ghc-7.10.2
compiler-check: match-minor
setup-info:
ghcjs:
source:
ghcjs-0.2.0.20151222_ghc-7.10.2:
url: http://ghcjs.luite.com/master-20151222.tar.gz
# Local packages, usually specified by relative directory name
packages:
- '.'
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps:
# - JuicyPixels-3.2.6.2
# - NumInstances-1.4
# - StateVar-1.1.0.1
# - active-0.2.0.8
# - adjunctions-4.2.2
# - ansi-terminal-0.6.2.3
# - ansi-wl-pprint-0.6.7.3
# - base-orphans-0.4.4
# - bifunctors-5.1
# - bytes-0.15.0.1
# - cereal-0.4.1.1
# - colour-2.3.3
# - comonad-4.2.7.2
# - contravariant-1.3.3
# - data-default-class-0.0.1
# - diagrams-core-1.3.0.4
# - diagrams-lib-1.3.0.3
# - diagrams-solve-0.1
# - distributive-0.4.4
# - dual-tree-0.2.0.8
# - exceptions-0.8.0.2
# - fingertree-0.1.1.0
# - free-4.12.1
# - fsnotify-0.2.1
# - groups-0.4.0.0
# - hinotify-0.3.8.1
# - intervals-0.7.1
# - kan-extensions-4.2.3
# - lens-4.12.3
# - linear-1.19.1.3
# - monoid-extras-0.4.0.3
# - nats-1.1
# - newtype-0.2
# - optparse-applicative-0.11.0.2
# - prelude-extras-0.4.0.2
# - profunctors-5.1.1
# - reflection-2
# - semigroupoids-5.0.0.4
# - semigroups-0.16.2.2
# - tagged-0.8.2
# - transformers-compat-0.4.0.4
# - unix-compat-0.4.1.4
# - void-0.7.1
# - zlib-0.6.1.1
# - data-default-0.5.3
# - data-default-instances-base-0.0.1
# - data-default-instances-containers-0.0.1
# - data-default-instances-dlist-0.0.1
# - data-default-instances-old-locale-0.0.1
# for tests
- ghcjs-dom-0.2.3.0
# Override default flag values for local packages and extra-deps
flags: {}
# Extra package databases containing global packages
extra-package-dbs: []
# Control whether we use the GHC we find on the path
# system-ghc: true
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: >= 0.1.4.0
# Override the architecture used by stack, especially useful on Windows
# arch: i386
# arch: x86_64
# Extra directories used by stack for building
# extra-include-dirs: [/path/to/dir]
# extra-lib-dirs: [/path/to/dir]