haskell / mtl

The Monad Transformer Library
http://www.haskell.org/haskellwiki/Monad_Transformers
Other
366 stars 65 forks source link

Plans for ListT and ErrorT #75

Closed fumieval closed 4 years ago

fumieval commented 4 years ago

They are finally removed after several years of deprecation (https://hub.darcs.net/ross/transformers/patch/7c809b6f9db019ed761c971d10c86fa004f60d89). Is it OK to simply remove them from mtl as well? If so I can submit a PR.

chessai commented 4 years ago

Yes. I would accept a PR for this. Make sure you take care with the relevant CPP.

On Sat, Jun 6, 2020, 9:19 AM Fumiaki Kinoshita notifications@github.com wrote:

They are finally removed after several years of deprecation ( https://hub.darcs.net/ross/transformers/patch/7c809b6f9db019ed761c971d10c86fa004f60d89). Is it OK to simply remove them from mtl as well? If so I can submit a PR.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/haskell/mtl/issues/75, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOIX2YG2O4YA7RC55F6BHDRVJT7VANCNFSM4NWENMKQ .

fumieval commented 4 years ago

Created https://github.com/haskell/mtl/pull/76

Make sure you take care with the relevant CPP

Can you elaborate a bit? No existing CPP seems to be affected