Download The Haskell Cabal

Cabal library (version 1.6.0.2)

February 2009: Release 1.6.0.2
This is a point release in the stable 1.6.x series.

Download: Cabal-1.6.0.2.tar.gz

Please see the User's guide, the API documentation, and the change log.

cabal-install tool (version 0.6.2)

cabal-install is the command line interface to Cabal and hackage. This is the package that provides the 'cabal' command line program.

Download: cabal-install-0.6.2.tar.gz

For Windows: cabal.exe

It requires the Cabal package above and also the HTTP and zlib packages, which can be found on hackage. To make the process easier the cabal-install tarball contains a bootstrap.sh script which downloads and installs all three dependencies.

Bugs

Report bugs here or to the libraries mailing list.

Code

You can get the development version of the code here.

Version Numbers

Stable Releases are numbered x.y.z, where y is even. Unstable snapshots between releases are numbered x.y.z, where y is odd. Changes for z are minor.

For example, 1.7.x is the development version leading up to the stable release 1.8.x.

Older Releases

The previous stable release series was 1.2.x. This was a major new release with many new features and bug fixes. In particular it supports the "configurations" feature.

The versions bundled with recent Haskell implementation releases include:

October 2008: Release 1.6.0.1 (source tarball)

August 2008: Release 1.4.0.2 (source tarball)

June 2008: Release 1.4.0.1 (source tarball)

Dec 2007: Release 1.2.3.0 (source tarball)

Oct 2007: Release 1.2.2.0 (source tarball)

Oct 2007: Release 1.2.1.0 (source tarball)

Sept 2007: Release 1.2.0 (source tarball)

May 2007: Release 1.1.6.2 (source tarball)

Oct 2006: Release 1.1.6.1 (source tarball)

Oct 2006: Release 1.1.6 (source tarball)

May 2006: Release 1.1.4 (source tarball).

Sept 2005: Release 1.1.3 (source tarball).

July 2005: Release 1.1.1 (source tarball).

February 19, 2005: Release 0.5 (source tarball, debian).

January 17, 2005: Release 0.4 (source tarball, debian, source RPM).

Nov 3, 2004: Release 0.2 (source tarball).

August 1, 2004: Release 0.1 (source tarball, debian).


Back to the Main Page