diff options
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +pandoc (1.12.3.3) + + * To changes to source; recompiled tarball with latest alex and + happy, so they will work with GHC 7.8. + pandoc (1.12.3.2) * Bumped version bounds for blaze-html, blaze-markup. diff --git a/pandoc.cabal b/pandoc.cabal index 8662d9bee..b99eb5420 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.12.3.2 +Version: 1.12.3.3 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |