cabal 3.8 pre-released!

Mikolaj Konarski mikolaj at well-typed.com
Fri Jun 3 09:07:47 UTC 2022


Hello! The first 3.8 series cabal release candidate is available. Install via

ghcup config add-release-channel \
https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml;
ghcup install cabal 3.8.0.20220526

or manually from

https://downloads.haskell.org/cabal/cabal-install-3.8.1.0-rc1/.

We, the cabal team, are completely dependent on our invaluable contributors
and collaborators, thanks to whom this pre-release is possible.
Therefore, please test extensively and if anything critical is missing
or broken that you'd like to see fixed in 3.8.1.0-final, let us know
on the bug tracker. There is still a narrow window to change things
and the cabal team will try to guide you along and help you implement them.
The dynamic list of known grave bugs that could plausibly be solved
for 3.8 is at

https://github.com/haskell/cabal/issues?q=is%3Aopen+is%3Aissue+label%3A%22priority%3A+high+%3Afire%3A%22+milestone%3A%22Considered+for+3.8%22

At the time of writing none of the bugs on the list is blocking the final
3.8 release. Changelogs are at

https://github.com/haskell/cabal/blob/Cabal-v3.8.1.0-rc1/release-notes/Cabal-3.8.0.20220526.md
https://github.com/haskell/cabal/blob/cabal-install-v3.8.1.0-rc1/release-notes/cabal-install-3.8.0.20220526.md

The list of all authors of cabal is the git commit log. You are great.

Happy hacking,
Mikolaj


More information about the cabal-devel mailing list