Skip to content

Commit fbbfa3f

Browse files
committed
Fix
1 parent 4bd7636 commit fbbfa3f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Cabal/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.10.2.0 [Hécate](mailto:hecate+github@glitchbra.in) August 2023
2+
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.10.2.0.md
3+
14
# 3.10.1.0 [Mikolaj Konarski](mailto:mikolaj@well-typed.com) March 2023
25
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.10.1.0.md
36

cabal-install/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
-*-change-log-*-
22

3+
3.10.2.0 Hécate <hecate+github@glitchbra.in> August 2023
4+
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.0.md
5+
36
3.10.1.0 Mikolaj Konarski <mikolaj@well-typed.com> March 2023
47
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.1.0.md
58

release-notes/Cabal-3.10.2.0.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Cabal and Cabal-syntax 3.10.2.0 changelog and release notes
22
---
33

4+
## Release 3.10.2.0 is strictly a bug-fix release, with the fixes listed below
5+
46
- Shorten script-builds paths [#8841](https://github.com/haskell/cabal/issues/8841) [#8898](https://github.com/haskell/cabal/pull/8898)
57

68
- Use Base64 hash truncated to 26 chars for script-build cache directories.
@@ -18,14 +20,10 @@ Cabal and Cabal-syntax 3.10.2.0 changelog and release notes
1820
which had a separate bug (fixed in later versions but not backported) when
1921
Haddock does not pass `--quickjump` recursively to the package dependencies.
2022

21-
### Significant changes
22-
2323
- Add language extension ExtendedLiterals [#8992](https://github.com/haskell/cabal/pull/8992)
2424

2525
- adds support for the ExtendedLiterals language extension (GHC proposal #451)
2626

27-
### Other changes
28-
2927
- Regenerate Lexer.hs to avoid out-of-bound array access due to a bug in Alex [#8892](https://github.com/haskell/cabal/issues/8892) [#8896](https://github.com/haskell/cabal/pull/8896)
3028

3129
- Regenerate Cabal-syntax's Lexer.hs with Alex 3.2.7.3 which includes a fix for

release-notes/cabal-install-3.10.2.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cabal-install and cabal-install-solver 3.10.2.0 changelog and release notes
22
---
33

4+
## Release 3.10.2.0 is strictly a bug-fix release, with the fixes listed below
5+
46
- Fix parsing of password-command option [#9002](https://github.com/haskell/cabal/pull/9002)
57

68
The password-command option did not parse its value correctly.
@@ -32,6 +34,7 @@ cabal-install and cabal-install-solver 3.10.2.0 changelog and release notes
3234
you should manually remove your old caches once you no longer need them.
3335

3436
- Don't add `extra-prog-path: ~/.local/bin` when initially creating `~/.config/cabal/config` [#8951](https://github.com/haskell/cabal/issues/8951)
37+
3538
- Use compiler flags for caching project config [#8819](https://github.com/haskell/cabal/pull/8819)
3639

3740
This ensures that cached project configs with conditionals re-execute the conditional logic when the compiler changes.

0 commit comments

Comments
 (0)