Skip to content

Commit 0ac0feb

Browse files
authored
Merge pull request #8323 from Mikolaj/prepare-3.8.1.0-release-on-master
Prepare 3.8.1.0 release on master
2 parents 0f20c27 + 9a7cbd0 commit 0ac0feb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+408
-893
lines changed

Cabal/ChangeLog.md

Lines changed: 2 additions & 2 deletions

cabal-install/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-*-change-log-*-
22

3-
3.8.0.20220526 a pre-release; Mikolaj Konarski <[email protected]> May 2022
4-
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.8.0.20220526.md
3+
3.8.1.0 Mikolaj Konarski <[email protected]> August 2022
4+
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.8.1.0.md
55

66
3.6.2.0 Emily Pillmore <[email protected]> October 2021
77
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.2.0.md

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ planPackages verbosity comp platform solver SolverSettings{..}
12001200
-- TODO: long-term, this compatibility matrix should be
12011201
-- stored as a field inside 'Distribution.Compiler.Compiler'
12021202
setupMinCabalVersionConstraint
1203+
| isGHC, compVer >= mkVersion [9,4] = mkVersion [3,8]
12031204
| isGHC, compVer >= mkVersion [9,2] = mkVersion [3,6]
12041205
| isGHC, compVer >= mkVersion [9,0] = mkVersion [3,4]
12051206
| isGHC, compVer >= mkVersion [8,10] = mkVersion [3,2]

changelog.d/backported

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/cabal-syntax

Lines changed: 0 additions & 10 deletions
This file was deleted.

changelog.d/changelog

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/ci

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog.d/code-organization

Lines changed: 0 additions & 11 deletions
This file was deleted.

changelog.d/documentation

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog.d/issue-1919

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)