diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-19 02:53:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-19 02:53:05 +0200 |
commit | 41dd5ea9d8e8d7894bba707adf4fe059ba866629 (patch) | |
tree | 3ddcac18af4e22b6dc1c8c059859d7319b1e6176 | |
parent | 515cd336abe1a3d537a6db90cc392166ece44f3b (diff) | |
download | jenkins.debian.net-41dd5ea9d8e8d7894bba707adf4fe059ba866629.tar.xz |
chroot-installation: fixup haskell jobs
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
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 ;; |