yesod-content-pdf 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Yesod/Content/PDF.hs +1/−1
- yesod-content-pdf.cabal +1/−1
src/Yesod/Content/PDF.hs view
@@ -180,7 +180,7 @@ Prelude.concat [ [ "--grayscale" | True <- [wkGrayscale opts] ] , [ "--lowquality" | True <- [wkLowQuality opts] ]- , [ "--disable-smart-shrinking" | True <- [wkLowQuality opts] ]+ , [ "--disable-smart-shrinking" | True <- [wkDisableSmartShrinking opts] ] , toArgs (wkPageSize opts) , toArgs (wkOrientation opts) , maybe [] (\t -> ["--title", t ]) (wkTitle opts)
yesod-content-pdf.cabal view
@@ -1,5 +1,5 @@ name: yesod-content-pdf-version: 0.2.0.4+version: 0.2.0.5 synopsis: PDF Content Type for Yesod description: Provides a PDF content type for integrating wkhtmltopdf with Yesod apps. Please see README.md for further details. homepage: https://github.com/alexkyllo/yesod-content-pdf#readme