From 714d4707b5a20c6c591a75dd03be56e61fe80a78 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 14 Apr 2014 17:05:20 -0700
Subject: [PATCH] Require tagsoup 0.13.1.

This fixes a bug in parsing of script tags.
See #1248.
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 088c5af4b..603e3715c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -223,7 +223,7 @@ Library
                  extensible-exceptions >= 0.1 && < 0.2,
                  pandoc-types >= 1.12.3 && < 1.13,
                  aeson >= 0.6 && < 0.8,
-                 tagsoup >= 0.12.5 && < 0.14,
+                 tagsoup >= 0.13.1 && < 0.14,
                  base64-bytestring >= 0.1 && < 1.1,
                  zlib >= 0.5 && < 0.6,
                  highlighting-kate >= 0.5.6 && < 0.6,