summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-05-19 02:53:05 +0200
committerHolger Levsen <holger@layer-acht.org>2013-05-19 02:53:05 +0200
commit41dd5ea9d8e8d7894bba707adf4fe059ba866629 (patch)
tree3ddcac18af4e22b6dc1c8c059859d7319b1e6176 /bin
parent515cd336abe1a3d537a6db90cc392166ece44f3b (diff)
downloadjenkins.debian.net-41dd5ea9d8e8d7894bba707adf4fe059ba866629.tar.xz
chroot-installation: fixup haskell jobs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 0baf3df8..08d8d1f5 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -160,7 +160,7 @@ if [ "$2" != "" ] ; then
;;
full_desktop) install_packages full_desktop $FULL_DESKTOP
;;
- haskell) install_packages 'haskell-platform.*' 'libghc-.*' hoogle
+ haskell) install_packages haskell 'haskell-platform.*' 'libghc-.*'
;;
developer) install_build_depends developer $FULL_DESKTOP
;;