Move Tls module to Transport
This commit is contained in:
parent
89ee88e67c
commit
e38ec59d1e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
-- | TLS connection to mongodb
|
||||
|
||||
module Database.MongoDB.Internal.Tls
|
||||
module Database.MongoDB.Transport.Tls
|
||||
(
|
||||
connect,
|
||||
)
|
|
@ -51,11 +51,11 @@ Library
|
|||
Exposed-modules: Database.MongoDB
|
||||
Database.MongoDB.Admin
|
||||
Database.MongoDB.Connection
|
||||
Database.MongoDB.Internal.Tls
|
||||
Database.MongoDB.Internal.Protocol
|
||||
Database.MongoDB.Internal.Util
|
||||
Database.MongoDB.Query
|
||||
Database.MongoDB.Transport
|
||||
Database.MongoDB.Transport.Tls
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
|
|
Loading…
Reference in a new issue