diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |