
15 Mar
2010
15 Mar
'10
8:45 p.m.
Am Montag 15 März 2010 21:19:59 schrieb Tim Perry:
When I install Parsec using Cabal, I get version 2.1.0.1. Is there a way to get version 3.1? Or do I have to build it by hand?
cabal install parsec-3.1 If you want a version other than the default, you have to give the package name including the version number.
Thanks, Tim