ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 32 forks source link

Cannot build csv-conduit because `runExceptionT` is deprecated from resourcet-1.2.0 #32

Closed QuietJoon closed 6 years ago

QuietJoon commented 6 years ago

I can't build csv-conduit because runExceptionT is deprecated since resourcet-1.2.0.

[7 of 7] Compiling Data.CSV.Conduit ( src\Data\CSV\Conduit.hs, dist\build\Data\CSV\Conduit.o )

src\Data\CSV\Conduit.hs:40:54: error:
    Module
    Control.Monad.Trans.Resource
    does not export
    runExceptionT

40 |                                                      runExceptionT,

I tried to fix it by myself, but I couldn't because I have no knowledge about how to handle conduit and others...

MichaelXavier commented 6 years ago

This is merged into master and will go out in the next release.

MichaelXavier commented 6 years ago

Released at 0.6.8