From 237a8a8b7035447f83731bf83d236c31d6a89e88 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Apr 2018 14:49:03 -0400 Subject: stack.yaml: Updated to lts-9.21. Also tested with lts-11.6 / ghc 8.2.2 and it does build, however the stack in debian stable (and even unstable currently) does not support that version's data. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index f7377cc7..eb243950 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ # When updating the resolver here, also update stackResolver in Propellor.DotDir -resolver: lts-8.22 +resolver: lts-9.21 packages: - '.' -- cgit v1.2.3