aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2a7b17d39..3031bc0e0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -376,7 +376,7 @@ Executable trypandoc
Hs-Source-Dirs: trypandoc
default-language: Haskell2010
if flag(trypandoc)
- build-depends: base, aeson, pandoc, highlighting-kate,
+ Build-Depends: base, aeson, pandoc, highlighting-kate,
text, wai-extra, wai >= 0.3, http-types
Buildable: True
else