From 88263101ab8baf6f2b6a6a9edebc148b1bba7916 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Sep 2019 19:48:18 -0400 Subject: Update to lts-13.29, support ghc 8.6.5, and aeson 1.4. First tried lts-14.7, but the version of cabal-install currently in debian unstable (2.2.0.0) is not able to parse its cabal files. Small fix for MonadFail changes. This commit was sponsored by Jochen Bartl on Patreon. --- stack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index ca6d0ad..c8d8fef 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,8 +1,8 @@ packages: - '.' -resolver: lts-12.10 +resolver: lts-13.29 extra-deps: -- graphviz-2999.20.0.2 +- graphviz-2999.20.0.3 - posix-pty-0.2.1.1 -- sandi-0.4.2 +- sandi-0.5 explicit-setup-deps: -- cgit v1.2.3