aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog2
-rw-r--r--pandoc.cabal2
2 files changed, 1 insertions, 3 deletions
diff --git a/changelog b/changelog
index d9a8cb319..c659e66f8 100644
--- a/changelog
+++ b/changelog
@@ -83,8 +83,6 @@ 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 e89dda413..0a0d10f0e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
Name: pandoc
Version: 1.2
-Cabal-Version: >= 1.6
+Cabal-Version: >= 1.2
Build-Type: Custom
License: GPL
License-File: COPYING