git-lfs 1.2.2 → 1.2.3
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- git-lfs.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+haskell-git-lfs (1.2.3) unstable; urgency=medium++ * Expand containers bounds to allow 0.7++ -- Joey Hess <id@joeyh.name> Mon, 20 Jan 2025 16:08:14 -0400+ haskell-git-lfs (1.2.2) unstable; urgency=medium * Expand aeson bounds to allow 2.2.x
git-lfs.cabal view
@@ -1,5 +1,5 @@ Name: git-lfs-Version: 1.2.2+Version: 1.2.3 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess <id@joeyh.name>@@ -26,7 +26,7 @@ aeson >= 1.3 && < 2.3, network-uri >= 2.6 && < 2.8, case-insensitive >= 1.2 && < 1.3,- containers >= 0.5 && < 0.7,+ containers >= 0.5 && < 0.8, text >= 1.2 && < 2.2, bytestring >= 0.10 && < 0.13