Require text for trypandoc (#7193)

This commit is contained in:
Roman Beránek
2021-03-31 13:26:09 -07:00
committed by GitHub
parent 7e887c0a22
commit fd0873c907
+1 -1
View File
@@ -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