ozataman / csv-conduit

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

Compatibility with transformers-0.6, cleanup #46

Closed ysangkok closed 1 year ago

ysangkok commented 2 years ago

Fixes #45.

This bumps the minimum GHC version to 8.4.4 since it is the oldest available in GHCup.

Tested with:

cabal test --constraint='transformers>=0.6' -w ghc-9.2.3

and

cabal test --constraint='transformers<0.6' -w ghc-8.4.4
ysangkok commented 2 years ago

@MichaelXavier I'd appreciate a review on this, since it is the last dependency we can't fix just using allow-newer.

ysangkok commented 2 years ago

@MichaelXavier Ping? Much appreciated.