From 6f1d8426417b9a3a7152eff6a83d44e6eb7cca69 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 4 Feb 2023 21:49:53 -0800 Subject: [PATCH] Add missing dependencies to benchmarks --- mongoDB.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mongoDB.cabal b/mongoDB.cabal index f4119a9..b4ea647 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -115,6 +115,8 @@ Benchmark bench , base16-bytestring , binary -any , bson >= 0.3 && < 0.5 + , conduit + , conduit-extra , data-default-class -any , text , bytestring -any @@ -128,6 +130,7 @@ Benchmark bench , random-shuffle -any , monad-control >= 0.3.1 , lifted-base >= 0.1.0.3 + , transformers , transformers-base >= 0.4.1 , hashtables >= 1.1.2.0 , fail