summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4fd98243e..e9efed5f7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -754,7 +754,11 @@ executable trypandoc
main-is: trypandoc.hs
hs-source-dirs: trypandoc
if flag(trypandoc)
- build-depends: aeson, http-types, text, 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