summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2015-02-18 12:55:04 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2015-02-18 21:09:05 +0000
commit8381ac3b02e2dd818bc44dc31707efe222ec40c9 (patch)
tree769fbc8e1514dcc2f71c5d5d2a801894e2eb925e /pandoc.cabal
parentef981492fde284ceaedf0fd7e40416326c1f2d13 (diff)
Add Text.Pandoc.Error module with PandocError type
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 16106f896..dd31927c7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -289,6 +289,7 @@ Library
Text.Pandoc.Pretty,
Text.Pandoc.Shared,
Text.Pandoc.MediaBag,
+ Text.Pandoc.Error,
Text.Pandoc.Readers.HTML,
Text.Pandoc.Readers.LaTeX,
Text.Pandoc.Readers.Markdown,