[Haskell-cafe] Simple CSV parser?

Dmitri O.Kondratiev dokondr at gmail.com
Fri Jun 17 00:37:44 CEST 2011


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

> I see. I had fixed the problem locally long time ago, but somehow missed
> upload to Hackage. Try the updated package, please.
>

Ok great! Installed (with some warnings, see below), thank you!
I'll try it tomorrow (now here is 2:34 am) on a file of about 4000 lines.
Thanks!
====
Compilation started at Fri Jun 17 02:29:59

cabal install
Resolving dependencies...
Downloading explicit-exception-0.1.6...
Configuring explicit-exception-0.1.6...
Preprocessing library explicit-exception-0.1.6...
Preprocessing executables for explicit-exception-0.1.6...
Building explicit-exception-0.1.6...
[1 of 9] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs,
dist/build/Control/Monad/Label.o )
[2 of 9] Compiling Control.Monad.Exception.Synchronous (
src/Control/Monad/Exception/Synchronous.hs,
dist/build/Control/Monad/Exception/Synchronous.o )
[3 of 9] Compiling Control.Monad.Exception.Warning (
src/Control/Monad/Exception/Warning.hs,
dist/build/Control/Monad/Exception/Warning.o )
[4 of 9] Compiling Control.Monad.Exception.Label (
src/Control/Monad/Exception/Label.hs,
dist/build/Control/Monad/Exception/Label.o )
[5 of 9] Compiling System.IO.Straight ( src/System/IO/Straight.hs,
dist/build/System/IO/Straight.o )

src/System/IO/Straight.hs:61:9:
    Warning: orphan instance:
      instance (MonadSIO m, ContainsIOException e) =>
               MonadIO (ExceptionalT e m)
[6 of 9] Compiling System.IO.Exception.File (
src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o )
[7 of 9] Compiling System.IO.Exception.BinaryFile (
src/System/IO/Exception/BinaryFile.hs,
dist/build/System/IO/Exception/BinaryFile.o )
[8 of 9] Compiling Control.Monad.Exception.Asynchronous (
src/Control/Monad/Exception/Asynchronous.hs,
dist/build/Control/Monad/Exception/Asynchronous.o )
[9 of 9] Compiling System.IO.Exception.TextFile (
src/System/IO/Exception/TextFile.hs,
dist/build/System/IO/Exception/TextFile.o )

src/System/IO/Exception/TextFile.hs:8:0:
    Warning: In the use of `Async.manySynchronousT'
             (imported from Control.Monad.Exception.Asynchronous):
             Deprecated: "use manyMonoidT with appropriate Monad like LazyIO
and result Monoid like Endo instead"
Registering explicit-exception-0.1.6...
Installing library in
/Users/user/.cabal/lib/explicit-exception-0.1.6/ghc-6.12.3
Registering explicit-exception-0.1.6...
Configuring spreadsheet-0.1.1...
Preprocessing library spreadsheet-0.1.1...
Building spreadsheet-0.1.1...
[1 of 3] Compiling Data.Spreadsheet.CharSource (
src/Data/Spreadsheet/CharSource.hs, dist/build/Data/Spreadsheet/CharSource.o
)
[2 of 3] Compiling Data.Spreadsheet.Parser ( src/Data/Spreadsheet/Parser.hs,
dist/build/Data/Spreadsheet/Parser.o )
[3 of 3] Compiling Data.Spreadsheet ( src/Data/Spreadsheet.hs,
dist/build/Data/Spreadsheet.o )
Registering spreadsheet-0.1.1...
Installing library in /Users/user/.cabal/lib/spreadsheet-0.1.1/ghc-6.12.3
Registering spreadsheet-0.1.1...

Compilation finished at Fri Jun 17 02:30:05
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110617/0e61014a/attachment.htm>


More information about the Haskell-Cafe mailing list