diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-26 08:29:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-26 08:29:37 -0400 |
commit | 8e7e6a1deeb64ff407623fbc1b52238c6c57162e (patch) | |
tree | 2593806441acb1c76da08a49b779a1daa59336f5 /stack.yaml | |
parent | 1d48e19b5a47df04abcce777e6543dabb17f2ce5 (diff) |
switch to lts-5.0
has concurrent-output and a new enough aws included
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stack.yaml b/stack.yaml index ca65cff89..6ca7c76b4 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,6 +22,4 @@ flags: ekg: false packages: - '.' -extra-deps: -- concurrent-output-1.7.2 -resolver: nightly-2015-12-28 +resolver: lts-5.0 |