From 3d9d11e5a8c2cc2e2c3c0b5573e2f63fa617396d Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Mon, 11 Feb 2008 01:20:54 +0000
Subject: [PATCH] Bump version to 1.3.4 Various recent api changes

---
 Cabal.cabal | 4 ++--
 Makefile    | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Cabal.cabal b/Cabal.cabal
index a5ddde4ab9..0491fc153a 100644
--- a/Cabal.cabal
+++ b/Cabal.cabal
@@ -1,5 +1,5 @@
 Name: Cabal
-Version: 1.3.3
+Version: 1.3.4
 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,3,3"
+  CPP-Options: "-DCABAL_VERSION=1,3,4"
   nhc98-Options: -K4M
 
   Exposed-Modules:
diff --git a/Makefile b/Makefile
index 3d5af291a5..1876bce5ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION=1.3.3
+VERSION=1.3.4
 
 KIND=devel
 #KIND=rc
@@ -7,6 +7,7 @@ KIND=devel
 
 PREFIX=/usr/local
 HC=ghc
+GHCFLAGS=-Wall
 
 all: build
 
-- 
GitLab