gi-pangocairo 0.1.38.14 → 0.1.38.15
raw patch · 4 files changed
+9/−11 lines, 4 filesdep ~gi-cairodep ~gi-glibdep ~gi-gobjectPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: gi-cairo, gi-glib, gi-gobject, gi-pango, haskell-gi-base
API changes (from Hackage documentation)
Files
- GI/PangoCairo/Callbacks.hs +1/−1
- GI/PangoCairo/Functions.hs +1/−2
- GI/PangoCairo/Interfaces/FontMap.hs +1/−2
- gi-pangocairo.cabal +6/−6
GI/PangoCairo/Callbacks.hs view
@@ -70,7 +70,7 @@ IO () shapeRendererFuncWrapper funptrptr _cb cr attr doPath data_ = do cr' <- (newBoxed Cairo.Context) cr- attr' <- (newPtr 72 Pango.AttrShape) attr+ attr' <- (newPtr Pango.AttrShape) attr let doPath' = (/= 0) doPath _cb cr' attr' doPath' data_ maybeReleaseFunPtr funptrptr
GI/PangoCairo/Functions.hs view
@@ -609,8 +609,7 @@ let context' = unsafeManagedPtrCastPtr context result <- pango_cairo_context_get_font_options context' maybeResult <- convertIfNonNull result $ \result' -> do- -- XXX Wrapping a foreign struct/union with no known destructor, leak?- result'' <- (\x -> Cairo.FontOptions <$> newForeignPtr_ x) result'+ result'' <- (newPtr Cairo.FontOptions) result' return result'' touchManagedPtr context return maybeResult
GI/PangoCairo/Interfaces/FontMap.hs view
@@ -160,8 +160,7 @@ let _obj' = unsafeManagedPtrCastPtr _obj result <- pango_cairo_font_map_get_font_type _obj' checkUnexpectedReturnNULL "pango_cairo_font_map_get_font_type" result- -- XXX Wrapping a foreign struct/union with no known destructor, leak?- result' <- (\x -> Cairo.FontType <$> newForeignPtr_ x) result+ result' <- (wrapPtr Cairo.FontType) result touchManagedPtr _obj return result'
gi-pangocairo.cabal view
@@ -1,6 +1,6 @@ -- Autogenerated, do not edit. name: gi-pangocairo-version: 0.1.38.14+version: 0.1.38.15 synopsis: PangoCairo bindings description: Bindings for PangoCairo, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -28,11 +28,11 @@ GI.PangoCairo.Objects.FcFontMap pkgconfig-depends: pangocairo >= 1.38 build-depends: base >= 4.7 && <5,- haskell-gi-base >= 0.14 && < 1,- gi-glib >= 0.2.46.14 && < 0.2.47,- gi-gobject >= 0.2.46.14 && < 0.2.47,- gi-pango >= 0.1.38.14 && < 0.1.39,- gi-cairo >= 0.1.14.14 && < 0.1.15,+ haskell-gi-base >= 0.15 && < 1,+ gi-glib >= 0.2.46.15 && < 0.2.47,+ gi-gobject >= 0.2.46.15 && < 0.2.47,+ gi-pango >= 0.1.38.15 && < 0.1.39,+ gi-cairo >= 0.1.14.15 && < 0.1.15, bytestring >= 0.10, containers >= 0.5, text >= 1.0,