diff options
author | Andrew Cady <d@jerkface.net> | 2017-08-28 22:59:11 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2019-07-01 05:59:54 -0400 |
commit | 7547bbbb85243ccc096094a6b8689646ea51fc0d (patch) | |
tree | b7a5d16044e712280a902bb2b9cc764459f9c2f7 /stack.yaml | |
parent | b418ea873b6390bee1247e5a1e9cd868fcc638f1 (diff) |
bump stackage to lts-9.1
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 28 |
1 files changed, 17 insertions, 11 deletions
@@ -1,18 +1,24 @@ | |||
1 | resolver: lts-5.14 | 1 | resolver: lts-9.1 |
2 | 2 | ||
3 | packages: | 3 | packages: |
4 | - '.' | 4 | - '.' |
5 | - location: | 5 | - '../openpgp-util' |
6 | git: git@68.84.247.123:samizdat/openpgp-util.git | 6 | - '../cipher-cast5' |
7 | commit: 85129e4a9b97e7fe27ea1c560ad43603ad5133bc | 7 | - '../dataenc-0.14.0.7' |
8 | - location: | 8 | # - location: |
9 | git: git@68.84.247.123:samizdat/cipher-cast5.git | 9 | # git: git@68.84.247.123:samizdat/openpgp-util.git |
10 | commit: 35e67efa234ca51c4fd8153b28c50d8f7c47bc4a | 10 | # commit: 85129e4a9b97e7fe27ea1c560ad43603ad5133bc |
11 | - location: | 11 | # - location: |
12 | git: git@68.84.247.123:samizdat/dataenc.git | 12 | # git: git@68.84.247.123:samizdat/cipher-cast5.git |
13 | commit: f5fb4f27b4e9cecdc3afc2facc8e39717ea20524 | 13 | # commit: 35e67efa234ca51c4fd8153b28c50d8f7c47bc4a |
14 | extra-dep: true | 14 | # - location: |
15 | # git: git@68.84.247.123:samizdat/dataenc.git | ||
16 | # commit: f5fb4f27b4e9cecdc3afc2facc8e39717ea20524 | ||
17 | # extra-dep: true | ||
15 | 18 | ||
16 | extra-deps: | 19 | extra-deps: |
17 | - openpgp-0.6.1 | 20 | - openpgp-0.6.1 |
18 | #- dataenc-0.14.0.7 | 21 | #- dataenc-0.14.0.7 |
22 | - bzlib-0.5.0.5 | ||
23 | - crypto-pubkey-0.2.8 | ||
24 | - crypto-numbers-0.2.7 | ||