You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
18
20
which had a separate bug (fixed in later versions but not backported) when
19
21
Haddock does not pass `--quickjump` recursively to the package dependencies.
20
22
21
-
### Significant changes
22
-
23
23
- Add language extension ExtendedLiterals [#8992](https://github.com/haskell/cabal/pull/8992)
24
24
25
25
- adds support for the ExtendedLiterals language extension (GHC proposal #451)
26
26
27
-
### Other changes
28
-
29
27
- 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)
30
28
31
29
- Regenerate Cabal-syntax's Lexer.hs with Alex 3.2.7.3 which includes a fix for
0 commit comments