[Haskell-cafe] problems installing latest parsec
Michael Litchard
michael at schmong.org
Tue Nov 2 19:46:13 EDT 2010
Here's what cabal says I have installed
* parsec
Synopsis: Monadic parser combinators
Latest version available: 3.1.0
Latest version installed: 2.1.0.1
Homepage: http://www.cs.uu.nl/~daan/parsec.html
License: BSD3
but here is what happens when I try to upgrade
cabal upgrade parsec
Resolving dependencies...
No packages to be installed. All the requested packages are already installed.
If you want to reinstall anyway then use the --reinstall flag.
mlitchard at kether:~/projects/perf/autoperf/session_creator$
Any clues as to what I can try next to fix things would be appreciated.
More information about the Haskell-Cafe
mailing list