summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-08 19:16:06 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-14 11:42:35 -0800
commit51365b3b363ce7c7a39a3a124d236eb1e3857889 (patch)
treec7d1627d4a79f30f480766dda2e21be41ae21986 /pandoc.cabal
parent0299ae6c29e59674370dab884179045fef6b51f0 (diff)
Added Text.Pandoc.ImageSize.
This is intened for use in docx and odt writers, so the size of image boxes can be calculated.
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 887085572..750ad06c7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -277,6 +277,7 @@ Library
Text.Pandoc.UTF8,
Text.Pandoc.MIME,
Text.Pandoc.UUID,
+ Text.Pandoc.ImageSize,
Paths_pandoc
if flag(library)