<div dir="ltr"><div><div><div><div><div>Hi all.<br><br></div>I wrote the following test program:<br><br></div>bar x = x * x<br><br></div>on
 a Win32 (SP3) machine using the Haskell Platform and GHC-7.6.1 
(standalone) and I have noticed the same frustrating errors. Any 
suggestions would be most appreciated.<br>
<br></div>Thanks,<br><br></div>~Caitlin<br><br>C:\&gt;ghci<br>GHCi, version 7.4.2: <a href="http://www.haskell.org/ghc/" target="_blank">http://www.haskell.org/ghc/</a>  :? for help<br>Loading package ghc-prim ... linking ... done.<br>

Loading package integer-gmp ... linking ... done.<br>Loading package base ... linking ... done.<br>Prelude&gt;<br>Prelude&gt; :l bar<br>[1 of 1] Compiling Main             ( bar.hs, interpreted )<br>*** Exception: CreateDirectory &quot;.&quot;: permission denied (Access is denied.)<br>

&gt;<br>&gt; :l bar.hs<br>[1 of 1] Compiling Main             ( bar.hs, interpreted )<br>*** Exception: CreateDirectory &quot;.&quot;: permission denied (Access is denied.)<br>&gt;<br>&gt; :l &quot;C:\\bar.hs&quot;<br>[1 of 1] Compiling Main             ( C:\bar.hs, interpreted )<br>

*** Exception: CreateDirectory &quot;C:\\&quot;: permission denied (Access is denied.)<br>&gt;<br>&gt;<br><br></div>