From f0265d4f34e633fdeee23755791590855c218208 Mon Sep 17 00:00:00 2001
From: Felix Yan <felixonmars@archlinux.org>
Date: Tue, 14 Jun 2016 07:44:09 -0500
Subject: [PATCH] Allow tagsoup 0.14

Building with the new release went fine here, and it works correctly.
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 820e417a5..5620182f8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -266,7 +266,7 @@ Library
                  extensible-exceptions >= 0.1 && < 0.2,
                  pandoc-types >= 1.16 && < 1.17,
                  aeson >= 0.7 && < 0.12,
-                 tagsoup >= 0.13.7 && < 0.14,
+                 tagsoup >= 0.13.7 && < 0.15,
                  base64-bytestring >= 0.1 && < 1.1,
                  zlib >= 0.5 && < 0.7,
                  highlighting-kate >= 0.6.2 && < 0.7,