mongoDB 2.7.1.3 → 2.7.1.4
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +5/−0
- mongoDB.cabal +2/−2
CHANGELOG.md view
@@ -4,6 +4,11 @@ * Get rid of `MonadFail` constraints in `Database.MongoDB.Query` +## [2.7.1.4] - 2024-02-18++### Fixed+- Lower bound of base package+ ## [2.7.1.3] - 2024-02-04 ### Fixed
mongoDB.cabal view
@@ -1,5 +1,5 @@ Name: mongoDB-Version: 2.7.1.3+Version: 2.7.1.4 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and@@ -29,7 +29,7 @@ default-language: Haskell2010 Build-depends: array -any- , base <5+ , base >=4.13 && <5 , binary -any , bson >= 0.3 && < 0.5 , text