<div>btw, this could be helpful, if you have some time:</div>
<div> </div>
<div><a href="http://en.wikipedia.org/wiki/Cabal_(software">http://en.wikipedia.org/wiki/Cabal_(software</a>)</div>
<div> </div>
<div><a href="http://www.haskell.org/cabal/">http://www.haskell.org/cabal/</a></div>
<div> </div>
<div> </div>
<div>in there you maay find : <a href="http://www.haskell.org/cabal/FAQ.html">http://www.haskell.org/cabal/FAQ.html</a></div>
<div> </div>
<div>in which you can see ( hey !):</div>
<div>
<dt><a href="http://www.haskell.org/cabal/FAQ.html#hidden-packages-a">Hidden packages (a)</a> 
<dd>
<p>What is this hidden package? You&#39;re writing your own package and you get:</p><pre><code> Could not find module `Data.Map&#39;: it is a member of package
 containers-0.1.0.0, which is hidden.
</code></pre>
<dt><a href="http://www.haskell.org/cabal/FAQ.html#hidden-packages-b">Hidden packages (b)</a> 
<dd>
<p>You&#39;re building some other package and you get:</p><pre><code> Could not find module `Data.Map&#39;: it is a member of package
 containers-0.1.0.0, which is hidden.
</code></pre></dd></dt></dd></dt></div>
<div> </div>
<div> </div>
<div>this is insteresting but maybe too advaced for now, may side track you. however  may give you the big picture</div>
<div> </div>
<div><a href="http://www.haskell.org/haskellwiki/How_to_write_a_Haskell_program">http://www.haskell.org/haskellwiki/How_to_write_a_Haskell_program</a><br><br></div>
<div>besides, Howard, leksah is a small audience list,</div>
<div> </div>
<div>you may find more support on the cafe list, as your question as less leksah specific, but more on the &quot;haskell bootstrapping procees&quot;</div>
<div> </div>
<div>Ill copy you here, in case some good sould know some fast track</div>
<div> </div>
<div>( btw , do you know about rwh : <a href="http://book.realworldhaskell.org/read/">http://book.realworldhaskell.org/read/</a> especially <a href="http://book.realworldhaskell.org/read/installing-ghc-and-haskell-libraries.html#id688956">http://book.realworldhaskell.org/read/installing-ghc-and-haskell-libraries.html#id688956</a> )</div>

<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div class="gmail_quote">2010/8/25 HowardBrazee <span dir="ltr">&lt;<a href="mailto:howard@brazee.net">howard@brazee.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Boy, am I dense.<br><br>I see two &quot;depends&quot; lines in Reading.cabal:<br><br>pkgconfig-depends:<br>
&amp;<br>build-depends: base -any<br><br>I uncommented out<br>
<div class="im">import qualified Data.Map as M<br><br></div>and looked at Lekah&#39;s message:<br>src\Main.hs:19:17:<br>
<div class="im">   Could not find module `Data.Map&#39;:<br>     It is a member of the hidden package `containers-0.3.0.0&#39;.<br>     Perhaps you need to add `containers&#39; to the build-depends in<br>your .cabal file.<br>
     Use -v to see a list of the files searched for.<br><br></div>So I put &quot;containers&quot; after one of the depends:<br>build-depends: containers base -any<br><br>Leksah said:<br>Setup: .\Reading.cabal has been changed, please re-configure.<br>
=========================================<br>Setup: Reading.cabal:9: Parse of field &#39;build-depends&#39; failed.<br>=========================================<br>Can&#39;t activate package C:\Documents and Settings\brazee\My Documents<br>
\Code\Windows\Reading\Reading.cabal: 9: user error (Parse of field<br>&#39;build-depends&#39; failed.)<br>Can&#39;t read package file<br><br>So I undid that change and did this instead:<br>pkgconfig-depends: containers<br>
<br>I got the following:<br>Can&#39;t read package file<br>Setup: .\Reading.cabal has been changed, please re-configure.<br>=========================================<br>Configuring Reading-0.0.1...<br>Setup: pkg-config version &gt;=0.9.0 is required but it could not be<br>
found.<br>=========================================<br>The job now runs with these unused imports.<br><br>I never found &quot;build-depends&quot; in my cabal file.<br><br>I edited this with ultra-edit as I know how to get to it.<br>
<br>I&#39;m still clueless about what I did, despite being told by two<br>different people what to do and not being able to follow the<br>directions, but doing trial and error instead.   Even after I<br>finished, I don&#39;t understand the directions.<br>
</blockquote></div><br>