packages feed

gi-cairo-render 0.1.0 → 0.1.1

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~arraydep ~bytestringdep ~haskell-gi-basenew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: array, bytestring, haskell-gi-base, mtl

API changes (from Hackage documentation)

- GI.Cairo.Render: renderWith :: (MonadIO m) => Surface -> Render a -> m a
+ GI.Cairo.Render: renderWith :: MonadIO m => Surface -> Render a -> m a

Files

gi-cairo-render.cabal view
@@ -1,5 +1,5 @@ Name:           gi-cairo-render-Version:        0.1.0+Version:        0.1.1 License:        BSD3 License-file:   LICENSE Copyright:      (c) 2018 Kilian Kilger, (c) 2001-2010 The Gtk2Hs Team, (c) Paolo Martini 2005, (c) Abraham Egnor 2003, 2004, (c) Aetion Technologies LLC 2004@@ -37,10 +37,10 @@         build-depends:    base >= 4 && < 5,                           utf8-string >= 0.2 && < 1.1,                           text >= 1.0.0.0 && < 1.3,-                          haskell-gi-base >= 0.24 && <0.25,-                          bytestring >= 0.10 && < 0.11, -                          mtl >= 2.2 && <2.3, -                          array >= 0.5 && <0.6+                          haskell-gi-base >= 0.24 && <0.27,+                          bytestring >= 0.10, +                          mtl >= 2.2, +                          array >= 0.5         build-tool-depends: c2hs:c2hs >= 0.28 && <0.30         exposed-modules:  GI.Cairo.Render                           GI.Cairo.Render.Matrix