Skip to content

Commit

Permalink
Bump cabal-install{-solver,} to 3.10.2.1 for GHC 9.8 compat (#9416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Nov 7, 2023
1 parent 30f57fa commit b17d6f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal-install-solver/cabal-install-solver.cabal
@@ -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
@@ -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
@@ -1,6 +1,9 @@
-*-change-log-*-

3.10.2.0 Hécate <hecate+github@glitchbra.in> August 2023
3.10.2.1 Hécate <hecate+github@glitchbra.in> 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 <hecate+github@glitchbra.in> 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 <mikolaj@well-typed.com> March 2023
Expand Down
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Version.hs
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
@@ -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

0 comments on commit b17d6f2

Please sign in to comment.