Cabal can't open a TCP connection

Kim-Ee Yeoh ky3 at atamo.com
Thu May 8 13:48:17 UTC 2014


On Thu, May 8, 2014 at 8:22 PM, Simon Peyton Jones <simonpj at microsoft.com>wrote:

> On a machine that doesn't need to use a proxy server, what should
> $http_proxy be set to?


It's a Maybe (Maybe String) problem. Blame Cabal for not ignoring an empty
http_proxy. The *nix programs I've tried treat empty as unset.

The solution is: unset HTTP_PROXY.

-- Kim-Ee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140508/5e464635/attachment.html>


More information about the ghc-devs mailing list