diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-28 13:35:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-28 13:35:24 -0400 |
commit | 18bf46a1ef25873e5d7408250bf1365af7bd328b (patch) | |
tree | bdf4a7954be16c9d66a190b4f12cf4aaaf711cd9 | |
parent | 76f7ce93affffa1777665276ae4b530c73fd2d72 (diff) |
switch to nightly-2015-12-28
This has aws new enough for glacier and storageclass features.
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index d937ae82f..be0033f28 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,4 +28,4 @@ packages: - '.' extra-deps: - Win32-extras-0.2.0.1 -resolver: lts-3.7 +resolver: nightly-2015-12-28 |