Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cabal-install and cabal-install-solver to 3.10.2.1 for GHC 9.8 compat #9416

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: cabal-install-solver
version: 3.10.2.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
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cabal-Version: 2.2

Name: cabal-install
Version: 3.10.2.0
Version: 3.10.2.1
Synopsis: The command-line interface for Cabal and Hackage.
Description:
The \'cabal\' command-line program simplifies the process of managing
Expand Down
5 changes: 4 additions & 1 deletion cabal-install/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
-*-change-log-*-

3.10.2.0 Hécate <[email protected]> August 2023
3.10.2.1 Hécate <[email protected]> November 2023
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.1.md

3.10.2.0 Hécate <[email protected]> November 2023
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.0.md

3.10.1.0 Mikolaj Konarski <[email protected]> March 2023
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ import Distribution.Version
-- program coverage information generated by HPC, and hence was moved to be a standalone value.
--
cabalInstallVersion :: Version
cabalInstallVersion = mkVersion [3,10,2,0]
cabalInstallVersion = mkVersion [3,10,2,1]
4 changes: 4 additions & 0 deletions release-notes/cabal-install-3.10.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cabal-install and cabal-install-solver 3.10.2.1 changelog and release notes
---

## Release 3.10.2.1 is strictly a bounds bump release for GHC 9.8 compatibility
Loading