diff --git a/mongoDB.cabal b/mongoDB.cabal index 2e467cc..acb48cc 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -30,16 +30,23 @@ Library , text , bytestring -any , containers -any + , conduit + , conduit-extra , mtl >= 2 , cryptohash -any , network -any , parsec -any , random -any , random-shuffle -any + , resourcet , monad-control >= 0.3.1 , lifted-base >= 0.1.0.3 + , pureMD5 + , tagged , tls >= 1.2.0 + , time , data-default-class -any + , transformers , transformers-base >= 0.4.1 , hashtables >= 1.1.2.0 , base16-bytestring >= 0.1.1.6 @@ -49,6 +56,7 @@ Library Exposed-modules: Database.MongoDB Database.MongoDB.Admin Database.MongoDB.Connection + Database.MongoDB.GridFS Database.MongoDB.Query Database.MongoDB.Transport Database.MongoDB.Transport.Tls