Require text for trypandoc (#7193)

This commit is contained in:
Roman Beránek 2021-03-31 22:26:09 +02:00 committed by GitHub
parent 7e887c0a22
commit fd0873c907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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