-
Notifications
You must be signed in to change notification settings - Fork 145
/
stack.yaml
76 lines (72 loc) · 1.46 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
resolver: lts-6.27
allow-newer: true
packages:
- '.'
# - '../hpp' # Used for local development
# - '../zip'
- codec-jvm
- libraries/eta-boot
- libraries/eta-boot-meta
- libraries/eta-meta
- libraries/eta-repl
- utils/eta-pkg
- etlas/etlas
- etlas/etlas-cabal
- etlas/dhall-to-etlas
- etlas/hackage-security/hackage-security
- shake
extra-deps:
- binary-0.8.4.1
- cryptohash-sha256-0.11.100.1
- echo-0.1.3
- ed25519-0.0.5.0
- mintty-0.1.1
- mmorph-1.0.9
- git: https://github.com/rahulmutt/hpp.git
commit: 75d74f53a34c875285a665d8878e5b363edfbea5
- git: https://github.com/rahulmutt/zip.git
commit: a4fbcc9e1efc3e8623022d9fcc83b50d4cdd95a5
- tar-0.5.0.3
- text-1.2.2.1
- turtle-1.5.9
- unix-compat-0.4.3.1
- parsec-3.1.13.0
- hpc-0.6.0.3
# etlas
- dhall-1.23.0
- ansi-terminal-0.7.1.1
- ansi-wl-pprint-0.6.8.2
- cryptonite-0.24
- formatting-6.3.2
- megaparsec-7.0.4
- parser-combinators-1.0.0
- optparse-generic-1.3.0
- optparse-applicative-0.14.0.0
- Only-0.1
- memory-0.14.14
- basement-0.0.6
- prettyprinter-1.2.0.1
- prettyprinter-ansi-terminal-1.1.1.2
- directory-1.2.7.1
- foundation-0.0.19
- process-1.2.3.0
- repline-0.2.1.0
- haskeline-0.7.4.2
- aeson-1.2.3.0
- th-abstraction-0.2.6.0
- cborg-0.2.1.0
- serialise-0.2.1.0
- shell-escape-0.2.0
- cborg-json-0.2.1.0
- dotgen-0.4.2
- aeson-pretty-0.8.7
- transformers-compat-0.6.5
- exceptions-0.8.3
flags:
mintty:
win32-2-5: false
haskeline:
terminfo: false
transformers-compat:
four: true
extra-package-dbs: []