mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 15:05:47 +00:00
Require text for trypandoc (#7193)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user