On 28 January 2011 15:13, Azeem -ul-Hasan <[email protected]> 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 [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
