Skip to content

Commit

Permalink
Use squid3 in cabal-install
Browse files Browse the repository at this point in the history
There is a bug that is triggered by using squid2
(haskell/HTTP#68) and helmut found out that it
does not happen with squid3. Hence use squid3.
  • Loading branch information
nomeata committed Jun 25, 2014
1 parent b23f3ac commit 5d26fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-cfg/haskell-package-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
- '{name}':
my_distro: 'sid'
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_shell: 'export http_proxy=http://localhost:3129; cabal update ; ./test-packages.pl'
my_description: 'Haskell Metadata sanity checks'
my_recipients: 'jenkins+debian-haskell [email protected] [email protected]'

0 comments on commit 5d26fac

Please sign in to comment.