aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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