diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | src/Propellor/DotDir.hs | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 729eed4f..42871285 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ propellor (5.3.6) UNRELEASED; urgency=medium oldstable), to avoid needing to depend on the semigroups transitional package, but also because it's just too old to be worth supporting. * Added dependency on concurrent-output; removed embedded copy. + * stack.yaml: Updated to lts-9.21. -- Joey Hess <id@joeyh.name> Mon, 23 Apr 2018 13:12:25 -0400 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 @@ -1,4 +1,4 @@ # When updating the resolver here, also update stackResolver in Propellor.DotDir -resolver: lts-8.22 +resolver: lts-9.21 packages: - '.' |
