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 Name: Cabal
Version: 1.2.3.0 Version: 1.2.4.0
Copyright: 2003-2006, Isaac Jones Copyright: 2003-2006, Isaac Jones
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
...@@ -37,7 +37,7 @@ Library ...@@ -37,7 +37,7 @@ Library
Build-Depends: unix Build-Depends: unix
GHC-Options: -Wall GHC-Options: -Wall
CPP-Options: "-DCABAL_VERSION=1,2,3,0" CPP-Options: "-DCABAL_VERSION=1,2,4,0"
nhc98-Options: -K4M nhc98-Options: -K4M
Exposed-Modules: Exposed-Modules:
......
CABALVERSION=1.2.3.0 CABALVERSION=1.2.4.0
KIND=rc KIND=rc
#KIND=latest #KIND=latest
GHCFLAGS= --make -cpp -Wall -DCABAL_VERSION=1,2,3,0 GHCFLAGS= --make -cpp -Wall -DCABAL_VERSION=1,2,4,0
# later: -Wall # later: -Wall
PREF=/usr/local PREF=/usr/local
USER_FLAG = USER_FLAG =
......
-*-change-log-*- -*-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 1.2.3.0 Duncan Coutts <duncan@haskell.org> Nov 2007
* Released with GHC 6.8.2 * Released with GHC 6.8.2
* Includes full list of GHC language extensions * Includes full list of GHC language extensions
......
...@@ -9,7 +9,7 @@ changes and installation instructions. ...@@ -9,7 +9,7 @@ changes and installation instructions.
DOWNLOAD: 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): Download the Cabal here (source and debian versions available):
http://www.haskell.org/cabal/download.html 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