We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a0f35 commit 6f1d842Copy full SHA for 6f1d842
mongoDB.cabal
@@ -115,6 +115,8 @@ Benchmark bench
115
, base16-bytestring
116
, binary -any
117
, bson >= 0.3 && < 0.5
118
+ , conduit
119
+ , conduit-extra
120
, data-default-class -any
121
, text
122
, bytestring -any
@@ -128,6 +130,7 @@ Benchmark bench
128
130
, random-shuffle -any
129
131
, monad-control >= 0.3.1
132
, lifted-base >= 0.1.0.3
133
+ , transformers
134
, transformers-base >= 0.4.1
135
, hashtables >= 1.1.2.0
136
, fail
0 commit comments