summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
;;