Export MongoContext constructor

I have a reader monad with app configuration that I would like to make an instance of HasMongoContext and then need the MongoContext constructor to add a MongoContext to my own reader monad.
This commit is contained in:
Mikkel Christiansen 2015-05-14 14:53:08 +02:00
parent 64215c59a7
commit 78c0619e02

View file

@ -7,7 +7,7 @@ module Database.MongoDB.Query (
Action, access, Failure(..), ErrorCode,
AccessMode(..), GetLastError, master, slaveOk, accessMode,
liftDB,
MongoContext, HasMongoContext(..),
MongoContext(..), HasMongoContext(..),
-- * Database
Database, allDatabases, useDb, thisDatabase,
-- ** Authentication