diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-15 22:23:18 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-15 22:23:18 +0200 |
commit | a1ec9697bc8084c735200b50502efb33fe544717 (patch) | |
tree | d18b1837d9644d4bc343f73945afdf874273b587 /job-cfg | |
parent | 2b51393621f1c5062fc1fd6a6286d30c1a6d6f1b (diff) | |
download | jenkins.debian.net-a1ec9697bc8084c735200b50502efb33fe544717.tar.xz |
haskell-package-plan: More dependencies
My minimal schroot seems to be less minimal than jenkins', but I
completed the list based on script's imports.
Diffstat (limited to 'job-cfg')
-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 15b58abd..865155b1 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -44,6 +44,6 @@ jobs: - '{name}': my_distro: 'sid' - my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl libdpkg-perl\; cabal update \; ./test-packages.pl' + my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl\; 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' |