cabal-install-solver 3.10.1.0 → 3.10.2.1
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~basedep ~bytestringdep ~tastynew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, tasty
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−1
- cabal-install-solver.cabal +5/−5
ChangeLog.md view
@@ -1,1 +1,1 @@-Please see https://hackage.haskell.org/package/cabal-install/changelog+Please see https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.0.md
cabal-install-solver.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: cabal-install-solver-version: 3.10.1.0+version: 3.10.2.1 synopsis: The command-line interface for Cabal and Hackage. description: The solver component used in cabal-install command-line program@@ -105,8 +105,8 @@ build-depends: , array >=0.4 && <0.6- , base >=4.10 && <4.18- , bytestring >=0.10.6.0 && <0.12+ , base >=4.10 && <4.20+ , bytestring >=0.10.6.0 && <0.13 , Cabal ^>=3.10 , Cabal-syntax ^>=3.10 , containers >=0.5.6.2 && <0.7@@ -138,10 +138,10 @@ UnitTests.Distribution.Solver.Modular.MessageUtils build-depends:- , base >= 4.10 && <4.18+ , base >= 4.10 && <4.20 , Cabal , Cabal-syntax , cabal-install-solver- , tasty >= 1.2.3 && <1.5+ , tasty >= 1.2.3 && <1.6 , tasty-quickcheck , tasty-hunit >= 0.10