Skip to content

Commit b17d6f2

Browse files
authored
Bump cabal-install{-solver,} to 3.10.2.1 for GHC 9.8 compat (#9416)
1 parent 30f57fa commit b17d6f2

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

cabal-install-solver/cabal-install-solver.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cabal-install-solver
3-
version: 3.10.2.0
3+
version: 3.10.2.1
44
synopsis: The command-line interface for Cabal and Hackage.
55
description:
66
The solver component used in cabal-install command-line program

cabal-install/cabal-install.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal-Version: 2.2
22

33
Name: cabal-install
4-
Version: 3.10.2.0
4+
Version: 3.10.2.1
55
Synopsis: The command-line interface for Cabal and Hackage.
66
Description:
77
The \'cabal\' command-line program simplifies the process of managing

cabal-install/changelog

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-*-change-log-*-
22

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

69
3.10.1.0 Mikolaj Konarski <[email protected]> March 2023

cabal-install/src/Distribution/Client/Version.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ import Distribution.Version
1313
-- program coverage information generated by HPC, and hence was moved to be a standalone value.
1414
--
1515
cabalInstallVersion :: Version
16-
cabalInstallVersion = mkVersion [3,10,2,0]
16+
cabalInstallVersion = mkVersion [3,10,2,1]
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cabal-install and cabal-install-solver 3.10.2.1 changelog and release notes
2+
---
3+
4+
## Release 3.10.2.1 is strictly a bounds bump release for GHC 9.8 compatibility

0 commit comments

Comments
 (0)