diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Text/Pandoc/ImageSize.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |