[Haskell-cafe] [Haskell] Just started working with Haskell. Need some help

Henning Thielemann schlepptop at henning-thielemann.de
Sat Jan 18 17:30:29 UTC 2014


moving to Haskell-Cafe ...


Am 18.01.2014 18:25, schrieb Pyro Crane:

> But, when I try to run a simple script, I keep getting the error :
> "*Could not find module XXXXXX*"..............

What precisely did you try?


> 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
>
> Is there any way to simply install ALL required packages???   I thought
> I already did this,  but obviously I missed something

$ cabal install wantedpkg

should install all dependencies of 'wantedpkg'. If it does not I am 
interested in how you tried to install 'wantedpkg'.



More information about the Haskell-Cafe mailing list