From fd0873c907ea0bc1fee9ecbca5f2d05e29c5fe5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ber=C3=A1nek?= Date: Wed, 31 Mar 2021 22:26:09 +0200 Subject: [PATCH] Require text for trypandoc (#7193) --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index c3ff4dfb2..b2d7fa460 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -729,7 +729,7 @@ executable trypandoc main-is: trypandoc.hs hs-source-dirs: trypandoc if flag(trypandoc) - build-depends: aeson, http-types, wai >= 0.3, wai-extra >= 3.0.24 + build-depends: aeson, http-types, text, wai >= 0.3, wai-extra >= 3.0.24 buildable: True else buildable: False