ozataman / csv-conduit

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

Compatibility with mtl-2.3.1 #47

Closed ysangkok closed 1 year ago

ysangkok commented 2 years ago

Tested using the following cabal.project:

packages: .

source-repository-package
  type: git
  location: git@github.com:haskell/mtl.git
  tag: 9c91d2afee42c8e96321a7aaf39148069025a69a

Tested using cabal build --constraint='transformers>=0.6' -w ghc-9.4.2

In contrast to #46, this only makes the minimal changes necessary.

ysangkok commented 1 year ago

@MichaelXavier Would it be possible to merge this, as it is needed to keep the library useful? If you don't wanna maintain it, I can also take over maintainership. My Hackage user is janus.

ysangkok commented 1 year ago

@MichaelXavier Ping, would really appreciate it if you had time to look at this!