aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-26 15:56:15 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-26 15:56:15 +0000
commit1823bf615b824c12dce091f49be277c584e03f0e (patch)
tree3eda3c0190974073dd9e7daad5a16cc16fd8cc10
parent5f3a147dfdee17a05fba87ece8629fa19e95a1c9 (diff)
downloadpandoc-1823bf615b824c12dce091f49be277c584e03f0e.tar.gz
Require Cabal >= 1.6.
This is needed for the new test hook, because the PackageName type is new in 1.6. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1549 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--changelog2
-rw-r--r--pandoc.cabal2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index c659e66f8..d9a8cb319 100644
--- a/changelog
+++ b/changelog
@@ -83,6 +83,8 @@ pandoc (1.2)
* In pandoc.hs, removed optPreserveTabs; instead, tabstop of 0 means
preserve tabs.
+ * Require Cabal >= 1.6.
+
* Minor code cleanup based on hlint suggestions.
pandoc (1.1)
diff --git a/pandoc.cabal b/pandoc.cabal
index 0a0d10f0e..e89dda413 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
Name: pandoc
Version: 1.2
-Cabal-Version: >= 1.2
+Cabal-Version: >= 1.6
Build-Type: Custom
License: GPL
License-File: COPYING