aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/ImageSize.hs2
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