From ec3d1921deef58c2d2aae4473fb866b3977baa89 Mon Sep 17 00:00:00 2001 From: Dary Cabrera Date: Fri, 30 Aug 2024 08:16:16 -0600 Subject: [PATCH] Update mongoDB lib version constraint Match the current stack snapshot at version 2.7.1.2. --- persistent-mongoDB/persistent-mongoDB.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistent-mongoDB/persistent-mongoDB.cabal b/persistent-mongoDB/persistent-mongoDB.cabal index dcefd7d78..8547468cf 100644 --- a/persistent-mongoDB/persistent-mongoDB.cabal +++ b/persistent-mongoDB/persistent-mongoDB.cabal @@ -27,7 +27,7 @@ library , cereal >= 0.5 , conduit >= 1.2 , http-api-data >= 0.3.7 && < 0.7 - , mongoDB >= 2.3 && < 2.8 + , mongoDB >= 2.7.1.2 && < 2.8 , network >= 2.6 , path-pieces >= 0.2 , resource-pool >= 0.2 && < 0.5