[Haskell-cafe] Simple CSV parser?

Dmitri O.Kondratiev dokondr at gmail.com
Thu Jun 16 23:53:08 CEST 2011


On Fri, Jun 17, 2011 at 1:33 AM, Henning Thielemann <
lemming at henning-thielemann.de> wrote:

> How could it miss my lovely package named "spreadsheet"? It provides a lazy
> parser.
>


Installing "spreadsheet":

cabal install
Resolving dependencies...
cabal: cannot configure explicit-exception-0.1.6. It requires transformers
==0.2.*
For the dependency on transformers ==0.2.* there are these packages:
transformers-0.2.0.0, transformers-0.2.1.0 and transformers-0.2.2.0. However
none of them are available.
transformers-0.2.0.0 was excluded because spreadsheet-0.1 requires
transformers ==0.0.*
transformers-0.2.1.0 was excluded because spreadsheet-0.1 requires
transformers ==0.0.*
transformers-0.2.2.0 was excluded because spreadsheet-0.1 requires
transformers ==0.0.*

How to make cabal install all the dependencies? I couldn't find this in the
docs at:
http://www.haskell.org/haskellwiki/Cabal-Install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110617/5660a04c/attachment.htm>


More information about the Haskell-Cafe mailing list