[Haskell-cafe] Cabal proxy configuration

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Fri Jan 28 06:26:08 CET 2011


On 28 January 2011 15:13, Azeem -ul-Hasan <azeeem at live.com> wrote:
> My university requires the students to use internet through an authenticated
> http proxy. How do I configure cabal for that? I am using Ubuntu. Please be
> detailed about it.

Do you mean Cabal or cabal-install?

Assuming the latter:

export http_proxy=http://${username}:${password}@${proxy_address}

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list