packages feed

pdfinfo 0.1.3 → 0.1.3.1

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

pdfinfo.cabal view
@@ -1,5 +1,5 @@ Name:                pdfinfo-Version:             0.1.3+Version:             0.1.3.1 Synopsis:            Wrapper around the pdfinfo command. Description:         Just a wrapper around the pdfinfo command. See man pdfinfo. License:             BSD3
src/Text/PDF/Info.hs view
@@ -31,8 +31,8 @@     pdfInfoTitle        :: Maybe String  -- ^ Title   , pdfInfoSubject      :: Maybe String  -- ^ Subject   , pdfInfoAuthor       :: Maybe String  -- ^ Author: E.g. Chris Done-  , pdfInfoCreator      :: Maybe String  -- ^ Creator: E.g. Microsoft® Office Word 2007-  , pdfInfoProducer     :: Maybe String  -- ^ Producer: E.g. Microsoft® Office Word 2007+  , pdfInfoCreator      :: Maybe String  -- ^ Creator: E.g. Microsoft Office Word 2007+  , pdfInfoProducer     :: Maybe String  -- ^ Producer: E.g. Microsoft Office Word 2007   , pdfInfoCreationDate :: Maybe UTCTime -- ^ Creation Date   , pdfInfoModDate      :: Maybe UTCTime -- ^ Modification Date   , pdfInfoTagged       :: Maybe Bool    -- ^ Tagged?