diff options
| author | Andrew Cowie <andrew@operationaldynamics.com> | 2017-01-18 13:57:07 +1100 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-01-25 16:02:21 -0400 |
| commit | 7173bb3328bbb3cfdbed0cf53f4d06d7fa130da0 (patch) | |
| tree | c23912cd66f0d163af8e272bef30c3d3fc51b222 /src/Propellor | |
| parent | ec3b4dc95590e89d066edf445f35bdbc1aee40e4 (diff) | |
Bump resolver
Compile with GHC 8.0.1 against lts-7.16.
Diffstat (limited to 'src/Propellor')
| -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 |
