From d9f1efaabf114aa0f0e542cede629d2d0991af1e Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Date: Wed, 6 Sep 2006 23:22:41 +0000 Subject: [PATCH] Second 1.1.6 release candidate. --- Cabal.cabal | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index d4028a2eed..00c970d7eb 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.1.5.9.1 +Version: 1.1.5.9.2 Copyright: 2003-2006, Isaac Jones -- Util dependency removed. This may break ghc 6.2 builds :( Will -- have to figure something out for ghc 6.2 diff --git a/Makefile b/Makefile index e5544bc45c..861737eaa2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" "" # ---------------------------------------------------------------------------- # Standalone Makefile: -CABALVERSION=1.1.5.9.1 +CABALVERSION=1.1.5.9.2 KIND=rc #KIND=latest GHCFLAGS= --make -fno-warn-unused-matches -cpp -- GitLab