blob: 1a0dacce99bce4d9c7b53d79765711a030461888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/785268
--- 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, wai >= 0.3, wai-extra >= 3.0.24, text
buildable: True
else
buildable: False
|