Skip to content
Snippets Groups Projects
Commit a71cd632 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Bump version number to 1.2.4.0

And update the changelog.
There should be no incompatible API changes or incompatible
behaviour changes. There are a number of compatible API extensions
and behaviour fixes. In particular this gives us a limited amount of
forward compatabilty with Cabal-1.4, ie there are things that work
in 1.4 that would break with 1.2.3.0 but should work with 1.2.4.0.
parent ff3cf2f8
No related branches found
No related tags found
No related merge requests found
Name: Cabal
Version: 1.2.3.0
Version: 1.2.4.0
Copyright: 2003-2006, Isaac Jones
License: BSD3
License-File: LICENSE
......@@ -37,7 +37,7 @@ Library
Build-Depends: unix
GHC-Options: -Wall
CPP-Options: "-DCABAL_VERSION=1,2,3,0"
CPP-Options: "-DCABAL_VERSION=1,2,4,0"
nhc98-Options: -K4M
Exposed-Modules:
......
CABALVERSION=1.2.3.0
CABALVERSION=1.2.4.0
KIND=rc
#KIND=latest
GHCFLAGS= --make -cpp -Wall -DCABAL_VERSION=1,2,3,0
GHCFLAGS= --make -cpp -Wall -DCABAL_VERSION=1,2,4,0
# later: -Wall
PREF=/usr/local
USER_FLAG =
......
-*-change-log-*-
1.2.4.0 Duncan Coutts <duncan@haskell.org> May 2008
* Released with GHC 6.8.3
* Backported several fixes and minor improvements from Cabal-1.4
* Use a default colour scheme for sources with hscolour >=1.9
* Support --hyperlink-source for Haddock >= 2.0
* Fix for running in a non-writable directory
* Add OSX -framework arguments when linking executables
* Updates to the user guide
* Allow build-tools names to include + and _
* Export autoconfUserHooks and simpleUserHooks
* Export ccLdOptionsBuildInfo for Setup.hs scripts
* Export unionBuildInfo and make BuildInfo an instance of Monoid
* Fix to allow the 'main-is' module to use a pre-processor
1.2.3.0 Duncan Coutts <duncan@haskell.org> Nov 2007
* Released with GHC 6.8.2
* Includes full list of GHC language extensions
......
......@@ -9,7 +9,7 @@ changes and installation instructions.
DOWNLOAD:
The Haskell Cabal has reached version 1.2.3.0
The Haskell Cabal has reached version 1.2.4.0
Download the Cabal here (source and debian versions available):
http://www.haskell.org/cabal/download.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment