svgcairo 0.12.5.1 → 0.12.5.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Graphics/Rendering/Cairo/SVG.chs +1/−1
- svgcairo.cabal +1/−1
Graphics/Rendering/Cairo/SVG.chs view
@@ -219,7 +219,7 @@ svgGetSize :: SVG -> (Int, Int) -- ^ @(width, height)@-svgGetSize svg = unsafePerformIO $+svgGetSize svg = Unsafe.unsafePerformIO $ allocaBytes {# sizeof RsvgDimensionData #} $ \dimentionsPtr -> do {# call unsafe get_dimensions #} svg dimentionsPtr width <- {# get RsvgDimensionData->width #} dimentionsPtr
svgcairo.cabal view
@@ -1,5 +1,5 @@ Name: svgcairo-Version: 0.12.5.1+Version: 0.12.5.2 License: BSD3 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team