<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Please explain this a bit. Where are the configuration files for cabal install. I tried to enter the line in the terminal and it apparently it accepted i.e gave no error but then running cabal update results in this error <br>No action for prompting/generating user+password credentials&nbsp; provided (use: setAuthorityGen); returning Nothing<br>cabal: Failed to download index 'ErrorMisc "Unsucessful HTTP code: (4,0,7)"'<br>This is the first time I am using cabal so I am almost completely blank for it.<br>Thanks<br>Azeem<br>&gt; Date: Fri, 28 Jan 2011 15:26:08 +1000<br>&gt; Subject: Re: [Haskell-cafe] Cabal proxy configuration<br>&gt; From: ivan.miljenovic@gmail.com<br>&gt; To: azeeem@live.com<br>&gt; CC: haskell-cafe@haskell.org<br>&gt; <br>&gt; On 28 January 2011 15:13, Azeem -ul-Hasan &lt;azeeem@live.com&gt; wrote:<br>&gt; &gt; My university requires the students to use internet through an authenticated<br>&gt; &gt; http proxy. How do I configure cabal for that? I am using Ubuntu. Please be<br>&gt; &gt; detailed about it.<br>&gt; <br>&gt; Do you mean Cabal or cabal-install?<br>&gt; <br>&gt; Assuming the latter:<br>&gt; <br>&gt; export http_proxy=http://${username}:${password}@${proxy_address}<br>&gt; <br>&gt; -- <br>&gt; Ivan Lazar Miljenovic<br>&gt; Ivan.Miljenovic@gmail.com<br>&gt; IvanMiljenovic.wordpress.com<br>                                               </body>
</html>