Add dependencies

This commit is contained in:
Victor Denisov 2016-11-20 19:30:35 -08:00
parent 3e08136509
commit 55c3af60fa

View file

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