From 0d1740ea08c8e802d17687f670a6dc26d51ca427 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Jan 2012 11:46:41 -0800 Subject: Export ImageType(..) from ImageSize. --- src/Text/Pandoc/ImageSize.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Text/Pandoc/ImageSize.hs b/src/Text/Pandoc/ImageSize.hs index 48731acf8..4a7a21dd3 100644 --- a/src/Text/Pandoc/ImageSize.hs +++ b/src/Text/Pandoc/ImageSize.hs @@ -31,7 +31,7 @@ Functions for determining the size of a PNG, JPEG, or GIF image. Algorithms borrowwed from wwwis.pl (c) 2005 Alex K, released under the GPL. -} -module Text.Pandoc.ImageSize ( imageType, imageSize, readImageSize ) where +module Text.Pandoc.ImageSize ( ImageType(..), imageType, imageSize, readImageSize ) where import Data.ByteString.Lazy (ByteString, unpack) import qualified Data.ByteString.Lazy.Char8 as B import Control.Monad -- cgit v1.2.3