From 51365b3b363ce7c7a39a3a124d236eb1e3857889 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 8 Jan 2012 19:16:06 -0800 Subject: Added Text.Pandoc.ImageSize. This is intened for use in docx and odt writers, so the size of image boxes can be calculated. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc.cabal') 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) -- cgit v1.2.3