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? Thanks, Tim C:\Documents and Settings\perry\haskell>cabal upgrade parsec --reinstall Resolving dependencies... Configuring parsec-2.1.0.1... Preprocessing library parsec-2.1.0.1... Building parsec-2.1.0.1... ....
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
Thanks Daniel. cabal install parsec-3.1.0 worked like a charm :) --Tim ----- Original Message ---- From: Daniel Fischer <daniel.is.fischer@web.de> To: beginners@haskell.org Cc: Tim Perry <perry2of5@yahoo.com> Sent: Mon, March 15, 2010 1:45:09 PM Subject: Re: [Haskell-beginners] Parsec 3.0 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
participants (2)
-
Daniel Fischer -
Tim Perry