summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2017-10-04 13:22:50 -0400
committerJoey Hess2017-10-04 13:22:50 -0400
commitaf148be7226596433f8bee57f7a0002d6b23f4fb (patch)
tree8df7d47d6612b536544dc7540974d3a7b4a84682 /src/Propellor
parent422435f505bf0c6c0e00dc85e0bfd2860b79100e (diff)
get deps back in sync
propellor currently still embeds concurrent-output, so the debian package does not need to depend on the library.
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Bootstrap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 08af6878..170c85d6 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -133,9 +133,9 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true"
pkginstall p = "ASSUME_ALWAYS_YES=yes pkg install " ++ p
pacmaninstall p = "pacman -S --noconfirm --needed " ++ p
- -- This is the same deps listed in debian/control.
debdeps Cabal =
[ "gnupg"
+ -- Below are the same deps listed in debian/control.
, "ghc"
, "cabal-install"
, "libghc-async-dev"