diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-13 12:58:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-13 12:58:55 -0400 |
| commit | d2494a838ba0261cce063ff15bdd54b4a7c82231 (patch) | |
| tree | 626f33872c7e82cde47896116ef8c7e2b68dae72 | |
| parent | 9fdccdf25d0d1254f0e896aa41217b548482948e (diff) | |
Updated stack config to lts-8.22.
| -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 4f151c78..160ff753 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ propellor (4.3.3) UNRELEASED; urgency=medium Thanks, Félix Sipma. * Export a Restic.backup' property. Thanks, Félix Sipma. + * Updated stack config to lts-8.22. -- Joey Hess <id@joeyh.name> Mon, 10 Jul 2017 11:57:49 -0400 diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index ffde705c..f42c0575 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -316,7 +316,7 @@ minimalConfig = do ] stackResolver :: String -stackResolver = "lts-7.16" +stackResolver = "lts-8.22" fullClone :: IO Result fullClone = do @@ -1,4 +1,4 @@ # When updating the resolver here, also update stackResolver in Propellor.DotDir -resolver: lts-7.16 +resolver: lts-8.22 packages: - '.' |
