haskell / mtl

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

Export evalCont/evalContT #65

Closed endgame closed 5 years ago

endgame commented 5 years ago

Fixes #64, and includes a version bump and changelog entry in a separate commit, in case you want to cherry-pick one or the other.

chessai commented 5 years ago

Thanks! Not sure we should include a version bump on this commit though. I think we typically make a commit doing that prior to a release.

endgame commented 5 years ago

I have force-pushed a single commit that does the exports and a changelog entry (under "unreleased").

chessai commented 5 years ago

No need to force push. We'd just squash the commits. Thanks for the thoughtfulness about the tree, though.

Anyway, LGTM. Thanks!