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 /src/Propellor/DotDir.hs | |
| parent | 9fdccdf25d0d1254f0e896aa41217b548482948e (diff) | |
Updated stack config to lts-8.22.
Diffstat (limited to 'src/Propellor/DotDir.hs')
| -rw-r--r-- | src/Propellor/DotDir.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
