From 7f86f95f3613677d515974f66660dad99a260b8b Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 29 Apr 2014 22:25:46 -0700
Subject: [PATCH] Require pandoc-types 1.12.3.3.

Fixes #1269.
---
 pandoc.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 732b7cf50..002d1671c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -221,7 +221,7 @@ Library
                  xml >= 1.3.12 && < 1.4,
                  random >= 1 && < 1.1,
                  extensible-exceptions >= 0.1 && < 0.2,
-                 pandoc-types >= 1.12.3 && < 1.13,
+                 pandoc-types >= 1.12.3.3 && < 1.13,
                  aeson >= 0.7 && < 0.8,
                  tagsoup >= 0.13.1 && < 0.14,
                  base64-bytestring >= 0.1 && < 1.1,
@@ -319,7 +319,7 @@ Library
 
 Executable pandoc
   Build-Depends: pandoc,
-                 pandoc-types >= 1.12.3 && < 1.13,
+                 pandoc-types >= 1.12.3.3 && < 1.13,
                  base >= 4.2 && <5,
                  directory >= 1 && < 1.3,
                  filepath >= 1.1 && < 1.4,
@@ -364,7 +364,7 @@ Test-Suite test-pandoc
   Build-Depends:  base >= 4.2 && < 5,
                   syb >= 0.1 && < 0.5,
                   pandoc,
-                  pandoc-types >= 1.12.3 && < 1.13,
+                  pandoc-types >= 1.12.3.3 && < 1.13,
                   bytestring >= 0.9 && < 0.11,
                   text >= 0.11 && < 1.2,
                   directory >= 1 && < 1.3,