Require text for trypandoc (#7193)
This commit is contained in:
parent
7e887c0a22
commit
fd0873c907
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue