packages feed

gi-cairo 1.0.6 → 1.0.7

raw patch · 2 files changed

+13/−7 lines, 2 filesdep +haskell-gidep ~haskell-gi-basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: haskell-gi

Dependency ranges changed: haskell-gi-base

API changes (from Hackage documentation)

- GI.Cairo.Structs.RectangleInt: rectangleIntHeight :: AttrLabelProxy "height"
- GI.Cairo.Structs.RectangleInt: rectangleIntWidth :: AttrLabelProxy "width"
- GI.Cairo.Structs.RectangleInt: rectangleIntX :: AttrLabelProxy "x"
- GI.Cairo.Structs.RectangleInt: rectangleIntY :: AttrLabelProxy "y"
+ GI.Cairo.Structs.RectangleInt: rectangleInt_height :: AttrLabelProxy "height"
+ GI.Cairo.Structs.RectangleInt: rectangleInt_width :: AttrLabelProxy "width"
+ GI.Cairo.Structs.RectangleInt: rectangleInt_x :: AttrLabelProxy "x"
+ GI.Cairo.Structs.RectangleInt: rectangleInt_y :: AttrLabelProxy "y"
- GI.Cairo.Structs.Context: Context :: (ForeignPtr Context) -> Context
+ GI.Cairo.Structs.Context: Context :: (ManagedPtr Context) -> Context
- GI.Cairo.Structs.FontFace: FontFace :: (ForeignPtr FontFace) -> FontFace
+ GI.Cairo.Structs.FontFace: FontFace :: (ManagedPtr FontFace) -> FontFace
- GI.Cairo.Structs.FontOptions: FontOptions :: (ForeignPtr FontOptions) -> FontOptions
+ GI.Cairo.Structs.FontOptions: FontOptions :: (ManagedPtr FontOptions) -> FontOptions
- GI.Cairo.Structs.FontType: FontType :: (ForeignPtr FontType) -> FontType
+ GI.Cairo.Structs.FontType: FontType :: (ManagedPtr FontType) -> FontType
- GI.Cairo.Structs.Matrix: Matrix :: (ForeignPtr Matrix) -> Matrix
+ GI.Cairo.Structs.Matrix: Matrix :: (ManagedPtr Matrix) -> Matrix
- GI.Cairo.Structs.Path: Path :: (ForeignPtr Path) -> Path
+ GI.Cairo.Structs.Path: Path :: (ManagedPtr Path) -> Path
- GI.Cairo.Structs.Pattern: Pattern :: (ForeignPtr Pattern) -> Pattern
+ GI.Cairo.Structs.Pattern: Pattern :: (ManagedPtr Pattern) -> Pattern
- GI.Cairo.Structs.RectangleInt: RectangleInt :: (ForeignPtr RectangleInt) -> RectangleInt
+ GI.Cairo.Structs.RectangleInt: RectangleInt :: (ManagedPtr RectangleInt) -> RectangleInt
- GI.Cairo.Structs.Region: Region :: (ForeignPtr Region) -> Region
+ GI.Cairo.Structs.Region: Region :: (ManagedPtr Region) -> Region
- GI.Cairo.Structs.ScaledFont: ScaledFont :: (ForeignPtr ScaledFont) -> ScaledFont
+ GI.Cairo.Structs.ScaledFont: ScaledFont :: (ManagedPtr ScaledFont) -> ScaledFont
- GI.Cairo.Structs.Surface: Surface :: (ForeignPtr Surface) -> Surface
+ GI.Cairo.Structs.Surface: Surface :: (ManagedPtr Surface) -> Surface

Files

gi-cairo.cabal view
@@ -1,5 +1,5 @@ name:                 gi-cairo-version:              1.0.6+version:              1.0.7 synopsis:             Cairo bindings description:          Bindings for Cairo, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -9,12 +9,9 @@ maintainer:           Iñaki García Etxebarria (garetxe@gmail.com) category:             Bindings build-type:           Custom-cabal-version:        >= 1.24+cabal-version:        >= 1.22 -custom-setup-      setup-depends: base >= 4.7 && < 5,-                     Cabal >= 1.24,-                     haskell-gi >= 0.18 && < 1+extra-source-files: stack.yaml  Flag overloaded-methods       Description: Generate support for overloaded methods.@@ -33,7 +30,8 @@        pkgconfig-depends: cairo-gobject >= 1.0 && < 2       build-depends: base >= 4.7 && <5,-                     haskell-gi-base >= 0.18 && < 1,+                     haskell-gi-base >= 0.20 && < 1,+                     haskell-gi >= 0.20 && < 1,                      bytestring >= 0.10 && < 1,                      containers >= 0.5 && < 1,                      text >= 1.0 && < 2,
+ stack.yaml view
@@ -0,0 +1,8 @@+packages:+- '.'+extra-deps:+- 'haskell-gi-0.20'+- 'haskell-gi-base-0.20'+explicit-setup-deps:+  ! '*': true+resolver: lts-7.11