aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 759cf0d051d2ec6a97a49b7050fcc651e93bcbba (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
flags:
  time-locale-compat:
    old-locale: false
extra-package-dbs: []
packages:
- '.'
- location:
    git: https://github.com/ryantrinkle/reflex.git
    commit: 6924dad048bc020ba4dc3da5d56af412c0ca5618
  extra-dep: true
- location:
    git: https://github.com/ryantrinkle/reflex-dom.git
    commit: 6ce47284bb4c9472f002f98437318a1ee6650ac4
  extra-dep: true
#- location:
#    git: https://github.com/plow-technologies/ghcjs-servant-client.git
#    commit: adc1dbfed448a4f4980a36f348627eb61c5b2cc4
#  extra-dep: true
setup-info:
  ghcjs:
    source:
#      ghcjs-0.2.0.20151029_ghc-7.10.2:
#        url: https://github.com/nrolland/ghcjs/releases/download/v0.2.0.20151029/ghcjs-0.2.0.20151029.tar.gz
      ghcjs-0.2.0.20151230.2_ghc-7.10.3:
        url: https://github.com/nrolland/ghcjs/releases/download/v0.2.0.20151230.2/ghcjs-0.2.0.20151230.2.tar.gz
extra-deps:
    - here-1.2.7
    - MonadRandom-0.4.1
    - either-4.4.1
    - mmorph-1.0.4
    - Glob-0.7.5
    - MemoTrie-0.6.4
    - ReadArgs-1.2.2
    - StateVar-1.1.0.2
    - abstract-deque-0.3
    - abstract-par-0.3.3
    - adjunctions-4.2.2
    - ansi-terminal-0.6.2.3
    - ansi-wl-pprint-0.6.7.3
    - base-orphans-0.4.5
    - base-unicode-symbols-0.2.2.4
    - basic-prelude-0.5.0
    - bifunctors-5.1
    - blaze-builder-0.4.0.1
    - cassava-0.4.4.0
    - cereal-0.5.1.0
    - chunked-data-0.2.0
    - classy-prelude-0.12.5
    - comonad-4.2.7.2
    - containers-unicode-symbols-0.3.1.1
    - contravariant-1.3.3
    - cpphs-1.19.3
    - criterion-1.1.0.0
    - data-default-0.5.3
    - data-default-class-0.0.1
    - 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
    - dependent-map-0.1.1.3
    - dependent-sum-0.2.1.0
    - dependent-sum-template-0.0.0.4
    - distributive-0.4.4
    - dlist-instances-0.1
    - enclosed-exceptions-1.0.1.1
    - erf-2.0.0.0
    - exception-transformers-0.4.0.2
    - exceptions-0.8.0.2
    - free-4.12.1
    - ghcjs-dom-0.2.3.1
    - haskell-src-exts-1.16.0.1
    - haskell-src-meta-0.6.0.13
    - hastache-0.6.1
    - ieee754-0.7.8
    - kan-extensions-4.2.3
    - keys-3.10.2
    - lens-4.13
    - lifted-base-0.2.3.6
    - math-functions-0.1.5.2
    - monad-control-1.0.0.4
    - monad-par-0.3.4.7
    - monad-par-extras-0.3.3
    - mono-traversable-0.10.0.1
    - mutable-containers-0.3.2
    - mwc-random-0.13.3.2
    - nats-1.1
    - optparse-applicative-0.12.0.0
    - parsec-3.1.9
    - pointed-4.2.0.2
    - polyparse-1.11
    - prelude-extras-0.4.0.2
    - profunctors-5.1.2
    - prompt-0.1.1.0
    - random-1.1
    - ref-tf-0.4
    - reflection-2.1.1.1
    - safe-0.3.9
    - semigroupoids-5.0.0.4
    - semigroups-0.17.0.1
    - split-0.2.3
    - statistics-0.13.2.3
    - system-filepath-0.4.13.4
    - tagged-0.8.2
    - th-expand-syns-0.3.0.6
    - th-extras-0.0.0.2
    - th-lift-0.7.5
    - th-orphans-0.13.0
    - th-reify-many-0.1.3
    - these-0.6.2.0
    - time-locale-compat-0.1.1.1
    - transformers-base-0.4.4
    - transformers-compat-0.4.0.4
    - vector-algorithms-0.7.0.1
    - vector-binary-instances-0.2.1.0
    - vector-instances-3.3.1
    - vector-th-unbox-0.2.1.3
    - void-0.7.1
compiler-check: match-exact
compiler: ghcjs-0.2.0.20151230.2_ghc-7.10.3
resolver: ghcjs-0.2.0.20151230.2_ghc-7.10.3
require-stack-version: ! '>= 0.1.8.0'