add missing exports
This commit is contained in:
parent
ee1e4d3528
commit
8805ea4a9e
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
module Database.MongoDB
|
||||
(
|
||||
connect, connectOnPort,
|
||||
delete,
|
||||
remove,
|
||||
insert,
|
||||
insertMany,
|
||||
query
|
||||
delete, insert, insertMany, query, remove, update,
|
||||
Collection, FieldSelector, NumToSkip, NumToReturn, RequestID, Selector,
|
||||
Opcode(..),
|
||||
QueryOpt(..),
|
||||
UpdateFlag(..),
|
||||
)
|
||||
where
|
||||
import Control.Exception (assert)
|
||||
|
|
Loading…
Reference in a new issue