[Haskell-cafe] Text.Parsec.Prim

Roly Perera roly.perera at dynamicaspects.org
Mon Aug 29 18:35:07 CEST 2011


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!

On 29 August 2011 18:25, Antoine Latter <aslatter at gmail.com> wrote:
> There might be something off about your packages database.
>
> I just did:
>
> $ cabal update
> $ cabal install parsec
> $ ghci
>> import Text.Parsec.Prim
>
> and it went fine.
>
> Also, the module "Text.Parsec" re-exports the entirety of
> "Text.Parsec.Prim", so you won't get much advantage importing the
> "Prim" module on its own.
>
> Antoine



More information about the Haskell-Cafe mailing list