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
|
module Database.MongoDB
|
||||||
(
|
(
|
||||||
connect, connectOnPort,
|
connect, connectOnPort,
|
||||||
delete,
|
delete, insert, insertMany, query, remove, update,
|
||||||
remove,
|
Collection, FieldSelector, NumToSkip, NumToReturn, RequestID, Selector,
|
||||||
insert,
|
Opcode(..),
|
||||||
insertMany,
|
QueryOpt(..),
|
||||||
query
|
UpdateFlag(..),
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
import Control.Exception (assert)
|
import Control.Exception (assert)
|
||||||
|
|
Loading…
Reference in a new issue