[Haskell-cafe] Memory and Threads - MVars or TVars

Thomas DuBuisson thomas.dubuisson at gmail.com
Thu Jul 29 12:18:44 EDT 2010


On Thu, Jul 29, 2010 at 6:53 AM, Job Vranish <job.vranish at gmail.com> wrote:
>
> You might try pulling downloading the package ('cabal fetch org'  will do
> this) and changing the base dependency (to >= 4.1) in the orc.cabal file

cabal also has an 'unpack' command for the particularly lazy (me).  Ex:

 cabal unpack orc ; sed "s/base\W*>= 4.2/base >= 4.1/" orc*/*.cabal ;
cd orc* ; cabal install

Should unpack, fix the .cabal file, and install.

Cheers,
Thomas


More information about the Haskell-Cafe mailing list