gi-gtksource 3.0.28 → 3.0.29
raw patch · 4 files changed
+9/−5 lines, 4 filesdep ~haskell-gisetup-changedPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: haskell-gi
API changes (from Hackage documentation)
- GI.GtkSource.Objects.Region: regionIntersectRegion :: (HasCallStack, MonadIO m, IsRegion a, IsRegion b) => a -> Maybe b -> m (Maybe Region)
+ GI.GtkSource.Objects.Region: regionIntersectRegion :: (HasCallStack, MonadIO m, IsRegion a, IsRegion b) => Maybe a -> Maybe b -> m (Maybe Region)
- GI.GtkSource.Objects.Region: regionIsEmpty :: (HasCallStack, MonadIO m, IsRegion a) => a -> m Bool
+ GI.GtkSource.Objects.Region: regionIsEmpty :: (HasCallStack, MonadIO m, IsRegion a) => Maybe a -> m Bool
- GI.GtkSource.Objects.Style: styleApply :: (HasCallStack, MonadIO m, IsStyle a, IsTextTag b) => a -> b -> m ()
+ GI.GtkSource.Objects.Style: styleApply :: (HasCallStack, MonadIO m, IsStyle a, IsTextTag b) => Maybe a -> b -> m ()
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +1/−1
- gi-gtksource.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+### 3.0.29+++ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))+ ### 3.0.28 + Bump base lower bound
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gtksource-3.0.28/docs/GI-GtkSource.html](https://hackage.haskell.org/package/gi-gtksource-3.0.28/docs/GI-GtkSource.html)+[https://hackage.haskell.org/package/gi-gtksource-3.0.29/docs/GI-GtkSource.html](https://hackage.haskell.org/package/gi-gtksource-3.0.29/docs/GI-GtkSource.html) For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
Setup.hs view
@@ -18,7 +18,7 @@ where name = "GtkSource" version = "3.0" pkgName = "gi-gtksource"- pkgVersion = "3.0.28"+ pkgVersion = "3.0.29" overridesFile = Just "GtkSource.overrides" verbose = False outputDir = Nothing
gi-gtksource.cabal view
@@ -1,5 +1,5 @@ name: gi-gtksource-version: 3.0.28+version: 3.0.29 synopsis: GtkSource bindings description: Bindings for GtkSource, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -16,7 +16,7 @@ custom-setup setup-depends: base >= 4.11 && < 5, Cabal >= 1.24 && < 4,- haskell-gi >= 0.26 && < 0.27,+ haskell-gi >= 0.26.9 && < 0.27, gi-cairo == 1.0.*, gi-pango == 1.0.*, gi-gtk == 3.0.*,@@ -36,7 +36,7 @@ pkgconfig-depends: gtksourceview-3.0 build-depends: base >= 4.7 && <5, haskell-gi-base >= 0.26 && < 0.27,- haskell-gi >= 0.26 && < 0.27,+ haskell-gi >= 0.26.9 && < 0.27, haskell-gi-overloading < 1.1, gi-cairo == 1.0.*, gi-pango == 1.0.*,