[Haskell-cafe] Text.Parsec.Prim
Albert Y. C. Lai
trebla at vex.net
Tue Aug 30 21:19:33 CEST 2011
On 11-08-29 12:35 PM, Roly Perera wrote:
> Cool. I assumed that since I already had Parsec installed as part of
> the Haskell Platform it wouldn't have made any difference, but
> actually it sorted it. Thanks a lot!
The combination of "ghc 6.12.1" and "haskell platform" suggests it is a
pretty old haskell platform, whose parsec is version 2. It does not have
ParsecT.
Your recent "cabal install parsec" gets you version 3.
More information about the Haskell-Cafe
mailing list