
15 Mar
2010
15 Mar
'10
10:06 p.m.
Thanks Daniel.
cabal install parsec-3.1.0 worked like a charm :)
--Tim
----- Original Message ----
From: Daniel Fischer
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