
29 Jul
2010
29 Jul
'10
4:18 p.m.
On Thu, Jul 29, 2010 at 6:53 AM, Job Vranish
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