diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 12:22:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-16 12:27:31 +0200 |
commit | 4c54db9b4df5cff1f54a0f3146a599db091bbd39 (patch) | |
tree | 405312931e2121bd6d646dd682d3bb103dc0c223 | |
parent | 3679c438992ad1d04e90e874eb7193cfa23c1c23 (diff) | |
download | jenkins.debian.net-4c54db9b4df5cff1f54a0f3146a599db091bbd39.tar.xz |
haskell-package-plan: No need to install darcs, but do install ghc
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 2 |
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' |