From f986d78c7c67e965da31d81eaeed871b6cb41a37 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 28 Mar 2015 13:48:53 -0700 Subject: [PATCH] Version bump to 1.14. This is because of the significant API changes in the reader types. (They now return an Either value.) --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 2edb0d80a..d2e6172ce 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.13.3 +Version: 1.14 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL