From 4f76f9f6e5d3c1528c08995bca22616b28e0ebea Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Feb 2012 07:05:40 -0800 Subject: [PATCH] Require cabal version >= 1.10. This is needed for ghcPackageDbOptions in Setup.hs. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 234e35c93..a807440b3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ Name: pandoc Version: 1.9.0.2 -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.10 Build-Type: Custom License: GPL License-File: COPYING