summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rw-r--r--src/Propellor/Bootstrap.hs2
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e6819060..5a041c90 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends:
libghc-stm-dev,
libghc-text-dev,
libghc-hashable-dev,
- libghc-concurrent-output-dev,
Maintainer: Joey Hess <id@joeyh.name>
Standards-Version: 3.9.8
Vcs-Git: git://git.joeyh.name/propellor
@@ -44,7 +43,6 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-stm-dev,
libghc-text-dev,
libghc-hashable-dev,
- libghc-concurrent-output-dev,
git,
Description: property-based host configuration management in haskell
Propellor ensures that the system it's run in satisfies a list of
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"