diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-13 13:18:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-13 13:18:29 -0400 |
| commit | f33a1090b4347679602d6f75c281654ae46435b9 (patch) | |
| tree | ede8a75cc505f9221bfc8f3ea6637c78aaa60fb0 /src/Propellor/DotDir.hs | |
| parent | 422def0f715dbdcf0f5ced89d20683c8c833761b (diff) | |
| parent | 102ee2aeacf4c3561da52c2552d759dd0ded4cc4 (diff) | |
Merge branch 'joeyconfig'
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 |
