Skip to content

Releases: haskell/cabal

cabal-head

23 Apr 02:15
c2d8353
Compare
Choose a tag to compare
cabal-head Pre-release
Pre-release

No release body provided.

Cabal v3.14.2.0

07 Apr 20:35
cabal-install-v3.14.2.0
d265cc2
Compare
Choose a tag to compare

Patch release to fix regressions in v3.14.1.1. See the release notes for significant changes.

Release notes for v3.14.2.0:

Cabal v3.14.1.1

19 Jan 14:06
15d9d97
Compare
Choose a tag to compare

Patch release to support GHC 9.12 (i.e. not print the warning and enable compiling with 9.12). For the significant changes, refer to the 3.14.1.0 release notes instead.

Release notes for 3.14.1.1:

Cabal v3.14.1.0

Cabal v3.12.1.0

07 Aug 19:29
cabal-install-v3.12.1.0
260ecdc
Compare
Choose a tag to compare

Release Announcement includes release notes, links to binary artifacts, GHCup commands, etc.

Cabal v3.10.3.0

21 Mar 07:38
256f85d
Compare
Choose a tag to compare

The machine never stops.

You can view the changes at:

cabal-install-3.10.3.0 is available on ghcup, please install it with ghcup install cabal 3.10.3.0 && ghcup set cabal 3.10.3.0

Our deepest thanks to our contributors:

Andrea Bedini
Andreas Abel
Ben Gamari
brandon s allbery kf8nh
Francesco Ariis
Hécate Moonlight
Javier Sagredo
Jens Petersen
Julian Ospald
Mikolaj Konarski
Ondřej Šebek
Rodrigo Mesquita
Tom Smeding

as well as the QA team, and reviewers, without whom this could not have been possible.

cabal v3.10.2.1

09 Nov 20:23
b17d6f2
Compare
Choose a tag to compare

The machine never stops.

This is strictly a bug-fix release. You can view the changes at:

See the release announcement here: https://discourse.haskell.org/t/cabal-install-3-10-2-0-released/8009

cabal-install-3.10.2.0 is available on ghcup, and is built with lib:Cabal-3.10.2.1.

cabal-install-3.10.2.1 is meant for source compilations and does not affect end-users.

See you next time.

cabal v3.10.1.0

10 Mar 09:12
cabal-install-v3.10.1.0
6c95f3f
Compare
Choose a tag to compare

cabal v3.8.1.0

09 Aug 22:09
cabal-install-v3.8.1.0
5d18b76
Compare
Choose a tag to compare

Cabal-3.6.2.0

07 Oct 23:02
d9c8473
Compare
Choose a tag to compare

Significant changes

  • Make Paths_ modules work with non-standard preludes again #5962

    • Generate Paths_ module with qualified Data.List.last import so that compatibility with non-standard preludes is not regressed compared to cabal 3.4.
  • Windows: redo the fix to breakage caused by new autoconf; the wrong fix made cabal sometimes fail with old autoconf #7494 #7649

    • Reverts #7510 that failed on Windows when used with pre-generated scripts included in packages such as network, time, process.
    • Adds a subtler fix/workaround for the deficiencies of new autoconf versions on Windows.

Other changes

  • Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7

    • This regenerates bootstrap plans using new package versions and also updating GHC from 8.10.4 to 8.10.7, as requested by GHC HQ.