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:
parent
64215c59a7
commit
78c0619e02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue