Skip to content
Snippets Groups Projects
Commit 49fdfe11 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Bump version number to 1.1.6.2 (and add changelog entries)

parent b7a01e2d
No related branches found
No related tags found
No related merge requests found
Name: Cabal Name: Cabal
Version: 1.1.6.1 Version: 1.1.6.2
Copyright: 2003-2006, Isaac Jones Copyright: 2003-2006, Isaac Jones
-- For ghc 6.2 you need to add 'unix' to Build-Depends: -- For ghc 6.2 you need to add 'unix' to Build-Depends:
Build-Depends: base Build-Depends: base
......
...@@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" "" ...@@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" ""
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Standalone Makefile: # Standalone Makefile:
CABALVERSION=1.1.6.1 CABALVERSION=1.1.6.2
#KIND=rc #KIND=rc
KIND=latest KIND=latest
GHCFLAGS= --make -fno-warn-unused-matches -cpp GHCFLAGS= --make -fno-warn-unused-matches -cpp
...@@ -206,7 +206,7 @@ ALL_DIRS = \ ...@@ -206,7 +206,7 @@ ALL_DIRS = \
EXCLUDED_SRCS = DefaultSetup.lhs Setup.lhs EXCLUDED_SRCS = DefaultSetup.lhs Setup.lhs
PACKAGE = Cabal PACKAGE = Cabal
VERSION = 1.1.6.1 VERSION = 1.1.6.2
PACKAGE_DEPS = base PACKAGE_DEPS = base
......
-*-change-log-*- -*-change-log-*-
1.1.6.2 Ian Lynagh <igloo@earth.li> Apr 2007
* Fix compiling an executable for profiling with template haskell
* Fix C/Haskell type mismatches
* Set the Cabal version when building via the fptools build system
1.1.6.1 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Oct 2006 1.1.6.1 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Oct 2006
* Fix escaping of ' chars in register.sh script. * Fix escaping of ' chars in register.sh script.
* Fix getDataDir etc. when bindir=$prefix * Fix getDataDir etc. when bindir=$prefix
......
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