diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-01-26 02:48:25 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-01-26 02:48:25 -0400 |
| commit | 1a4bf7a8b14abf8ddabfbe829635eb91d9960acc (patch) | |
| tree | 47e58fdff45b32527069a3fb2cda1012855f1d12 /src | |
| parent | 58553acacc151aa73ceb812722372c4ce602416d (diff) | |
| parent | 13a462c5bbd5552c16296900b68289a5fe5ba7da (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
| -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 21a9cdb7..417abcfa 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -316,7 +316,7 @@ minimalConfig = do ] stackResolver :: String -stackResolver = "lts-5.10" +stackResolver = "lts-7.16" fullClone :: IO Result fullClone = do |
