diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-18 18:24:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-19 02:25:07 +0200 |
commit | 9552d68b30f25e132d259c4bbf1e76a45a0e5d27 (patch) | |
tree | 510b27845425d604bc7a41079110d7faa946b823 /bin | |
parent | cdeae167b9429e980302c5e94563057c278e294f (diff) | |
download | jenkins.debian.net-9552d68b30f25e132d259c4bbf1e76a45a0e5d27.tar.xz |
Add a job to check the co-installability of Haskell packages
and to ensure that the various hooks (ghc, ghc-doc, hoogle) work with
all packages.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 11f562f8..0baf3df8 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -160,6 +160,8 @@ if [ "$2" != "" ] ; then ;; full_desktop) install_packages full_desktop $FULL_DESKTOP ;; + haskell) install_packages 'haskell-platform.*' 'libghc-.*' hoogle + ;; developer) install_build_depends developer $FULL_DESKTOP ;; *) echo "unsupported component." |