
18 Jan
2014
18 Jan
'14
12:30 p.m.
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'.