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. --- src/Propellor/DotDir.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index dc881eeb..749fcd9f 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -316,7 +316,7 @@ minimalConfig = do ] stackResolver :: String -stackResolver = "lts-8.22" +stackResolver = "lts-9.21" fullClone :: IO Result fullClone = do -- cgit v1.2.3