summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-16 12:22:40 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 12:27:31 +0200
commit4c54db9b4df5cff1f54a0f3146a599db091bbd39 (patch)
tree405312931e2121bd6d646dd682d3bb103dc0c223 /job-cfg/haskell-package-plan.yaml
parent3679c438992ad1d04e90e874eb7193cfa23c1c23 (diff)
downloadjenkins.debian.net-4c54db9b4df5cff1f54a0f3146a599db091bbd39.tar.xz
haskell-package-plan: No need to install darcs, but do install ghc
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index f13bf8bb..356e0377 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -44,7 +44,7 @@
jobs:
- '{name}':
my_distro: 'sid'
- my_pkgs: 'cabal-install dctrl-tools patchutils darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl'
+ my_pkgs: 'cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl'
my_shell: 'cabal update ; ./test-packages.pl'
my_description: 'Haskell Metadata sanity checks'
my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org'