HPDF 1.6.0 → 1.6.1
raw patch · 3 files changed
+10/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Graphics/PDF/Image.hs +1/−0
- HPDF.cabal +1/−1
- changelog.md +8/−0
Graphics/PDF/Image.hs view
@@ -37,6 +37,7 @@ import Graphics.PDF.Resources import Graphics.PDF.Pages import qualified Data.ByteString.Lazy as B+import Control.Monad import Control.Monad.Writer #if __GLASGOW_HASKELL__ >= 608 import System.IO hiding(withFile)
HPDF.cabal view
@@ -1,5 +1,5 @@ Name: HPDF-Version: 1.6.0+Version: 1.6.1 cabal-version: >=1.10 License: BSD3 License-file:LICENSE
changelog.md view
@@ -1,5 +1,13 @@ # Changelog for [`HPDF` package](http://hackage.haskell.org/package/HPDF) +## 1.6.1++ * Fix for building with mtl-2.3++## 1.6.0++ * Allow parsing afm-data from bytestring+ ## 1.5.3 * Fixed distribution issue (font files not correctly embedded in the sdist