<div dir="ltr"><div>Look at the .cabal file for the package you are trying to compile.  It will list all the dependencies.  If there is no cabal file you are out of luck.  You'll just have to find all the dependencies yourself.<br>
<br></div>I will say it is a bit easier to find libraries via hayoo (<a href="http://holumbus.fh-wedel.de/hayoo/hayoo.html">http://holumbus.fh-wedel.de/hayoo/hayoo.html</a>) than in straight google.<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Jan 18, 2014 at 12:25 PM, Pyro Crane <span dir="ltr"><<a href="mailto:pyrocrane1@aol.com" target="_blank">pyrocrane1@aol.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font color="black" face="arial">

<div> <br>

</div>
Hi,<br>
<br>
I just started working with Haskell<br>
<br>
Running it on a RHEL linux operating system<br>
<br>
I
 was able to download and install it,  along with libraries and 
packages  (or, at least, what I thought were the libraries and packages)<br>
<br>
But, when I try to run a simple script, I keep getting the error :   "<b>Could not find module XXXXXX</b>"..............<br>
<br>
I understand what this error means ---- there is a package/library missing.<br>
<br>
I tried using the "Cabal Update"  command,  but this did not solve the problem.<br>
<br>
So, I am now fixing this problem the primitive way, as follows :<br>
<br>
<b>(a)  I use Google to first find out what the missing module is<br>
<br>
(b)  then, based on what google says, I am able to determine the name of the actual package that needs to be installed<br>
<br>
(c)  I use  "Cabal Install"  to install the package<br>
<br>
(d)  I try to run the script again<br>
<br>
(e)  I get the same error, but this time, it cannot find a different module<br>
<br>
(f)  I go back to Google to locate the missing module<br>
</b><br>
<br>
etc, etc, etc, etc<br>
<br>
<br>
Obviously, this is as slow as it is ridiculous...............
<div dir="ltr"><u></u>especially when one considers that there are probably hundreds of these modules/packages<br>
<br>
And,
 now, I've come up against a module/package,  which I am unable to 
locate in Google.  It's missing from my installation, and Google does 
not know what it is,  or where I can find it<br>
<br>
Is there any way to simply install ALL required packages???   I thought I already did this,  but obviously I missed something<br>
<br>
Thanks</div>





</font><br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>