From 4d0951d895dd2da3db8e513eea5d78846a8734f6 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 14 Jan 2011 22:47:33 -0800
Subject: [PATCH] Require Cabal version >= 1.6.

---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index d41e608ee..23d44f365 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
 Name:            pandoc
 Version:         1.7
-Cabal-Version:   >= 1.2
+Cabal-Version:   >= 1.6
 Build-Type:      Custom
 License:         GPL
 License-File:    COPYING