diff options
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ git-annex (6.20171004) UNRELEASED; urgency=medium where interrupting an add could result in the file being moved into the annex, with no symlink yet created. * Avoid repeated checking that files passed on the command line exist. + * stack.yaml: Update to lts-9.9. -- Joey Hess <id@joeyh.name> Sat, 07 Oct 2017 14:11:00 -0400 diff --git a/stack.yaml b/stack.yaml index e8f36f43d..d84c4682e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,4 +23,4 @@ extra-deps: - yesod-default-1.2.0 explicit-setup-deps: git-annex: true -resolver: lts-8.13 +resolver: lts-9.9 |