From ff6ca9cc43a68a95ef1ccc1e9bd284cfd44dc4d6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 29 Dec 2016 11:23:03 -0800 Subject: [PATCH] stack: bump recommended snapshots to latest lts versions --- stack-ghc7.10.yaml | 2 +- stack.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stack-ghc7.10.yaml b/stack-ghc7.10.yaml index 0d6b5ac7b..de9e3f16b 100644 --- a/stack-ghc7.10.yaml +++ b/stack-ghc7.10.yaml @@ -1,7 +1,7 @@ # Last-tested stack build plan using GHC 7.10.3. # Older/newer snapshots in this series will likely work also. -resolver: lts-6.23 +resolver: lts-6.27 packages: - hledger-lib diff --git a/stack.yaml b/stack.yaml index 73f15e082..3ba8df57c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,7 @@ # Last-tested stack build plan using GHC 8.0. # Older/newer snapshots in this series will likely work also. -resolver: lts-7.7 +resolver: lts-7.14 packages: - hledger-lib @@ -17,5 +17,6 @@ extra-deps: - text-zipper-0.8.1 # for hledger-web: - wai-handler-launch-3.0.2.1 +- yesod-auth-1.4.13.5 # cf https://github.com/commercialhaskell/stack/wiki/stack.yaml