From dca1c56e612757c4bb306fb45675337dc52eb201 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Jun 2018 11:36:54 -0400 Subject: remove wheezy reference --- src/Propellor/Bootstrap.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Propellor/Bootstrap.hs') diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 04f23f85..eba291c4 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -100,10 +100,9 @@ checkDepsCommand bs sys = go (getBuilder bs) -- -- When bootstrapping Robustly, first try to install the builder, -- and all haskell libraries that propellor uses from OS packages. --- Some packages may not be available in some versions of Debian --- (eg, Debian wheezy lacks async), or propellor may need a newer version. --- So, as a second step, any other dependencies are installed from source --- using the builder. +-- Some packages may not be available in some versions of the OS, +-- or propellor may need a newer version. So, as a second step, +-- ny other dependencies are installed from source using the builder. -- -- Note: May succeed and leave some deps not installed. depsCommand :: Bootstrapper -> Maybe System -> ShellCommand -- cgit v1.2.3