mongodb-haskell/mongodb

Remove MonadBaseControl restriction

Closed this issue · 1 comments

Some of old functions in Database/MongoDB/Query have MonadBaseControl in their restrictions. Michael Snoyman showed in yesodweb/persistent#599 (comment) that it can be dropped.

Fixed by #76