summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-08 15:13:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-08 15:15:12 -0700
commit7d694e15697a4b1cc974b6316a08117afe663a74 (patch)
tree62f62f77c85463934a0cb2b4d38c0406a5c85e56 /pandoc.cabal
parentb0143bfad6ebc3b2ae1ced2fb3a9bed989c41000 (diff)
Added Text.Pandoc.Process (pipeProcess).
A souped up version of readProcessWithErrorCode that uses lazy bytestrings and allows setting environment.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a8dd528ad..8210bfce5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -324,7 +324,8 @@ Library
Text.Pandoc.Templates,
Text.Pandoc.XML,
Text.Pandoc.Biblio,
- Text.Pandoc.SelfContained
+ Text.Pandoc.SelfContained,
+ Text.Pandoc.Process
Other-Modules: Text.Pandoc.Readers.Haddock.Lex,
Text.Pandoc.Readers.Haddock.Parse,
Text.Pandoc.Writers.Shared,