From ddc6bdbe22f0c71869166bb251a13d1f3eceff7c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Oct 2016 14:08:31 -0700 Subject: [PATCH] update stack.yamls to latest lts versions --- stack-ghc7.10.yaml | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack-ghc7.10.yaml b/stack-ghc7.10.yaml index b616b7c3f..db378a2e1 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.22 +resolver: lts-6.23 packages: - hledger-lib diff --git a/stack.yaml b/stack.yaml index 58bf84bf7..41bf6fb25 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.4 +resolver: lts-7.5 packages: - hledger-lib