summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-29 20:52:57 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-29 20:52:57 +0100
commitea684d257efbc925f56caa55b7eb3efdc1dc45ee (patch)
treebf15fa73456a28f05948e81630f5b63a797db4d5 /pandoc.cabal
parentd1dd4f2e2667e96470a9220dd965fa8914199042 (diff)
Fixed trypandoc.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9ed034fe5..fc9f44426 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -468,7 +468,7 @@ Executable trypandoc
Other-Modules: Prelude
default-language: Haskell2010
if flag(trypandoc)
- Build-Depends: base, aeson, pandoc, skylighting,
+ Build-Depends: base, aeson, pandoc,
text, wai-extra, wai >= 0.3, http-types
Buildable: True
else