Skip to content

Commit

Permalink
Bump version number to 1.2.4.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dcoutts committed May 29, 2008
1 parent ff3cf2f commit a71cd63
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cabal.cabal
@@ -1,5 +1,5 @@
Name: Cabal
Version: 1.2.3.0
Version: 1.2.4.0
Copyright: 2003-2006, Isaac Jones
License: BSD3
License-File: LICENSE
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
@@ -1,9 +1,9 @@

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 =
Expand Down
14 changes: 14 additions & 0 deletions changelog
@@ -1,5 +1,19 @@
-*-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
Expand Down
2 changes: 1 addition & 1 deletion releaseNotes
Expand Up @@ -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
Expand Down

0 comments on commit a71cd63

Please sign in to comment.