packages feed

gi-gtksource 5.0.0 → 5.0.1

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.Buffer: bufferGetLoading :: (HasCallStack, MonadIO m, IsBuffer a) => a -> m Bool
+ GI.GtkSource.Objects.Buffer: getBufferLoading :: (MonadIO m, IsBuffer o) => o -> m Bool
+ GI.GtkSource.Objects.SearchSettings: constructSearchSettingsVisibleOnly :: (IsSearchSettings o, MonadIO m) => Bool -> m (GValueConstruct o)
+ GI.GtkSource.Objects.SearchSettings: getSearchSettingsVisibleOnly :: (MonadIO m, IsSearchSettings o) => o -> m Bool
+ GI.GtkSource.Objects.SearchSettings: searchSettingsGetVisibleOnly :: (HasCallStack, MonadIO m, IsSearchSettings a) => a -> m Bool
+ GI.GtkSource.Objects.SearchSettings: searchSettingsSetVisibleOnly :: (HasCallStack, MonadIO m, IsSearchSettings a) => a -> Bool -> m ()
+ GI.GtkSource.Objects.SearchSettings: setSearchSettingsVisibleOnly :: (MonadIO m, IsSearchSettings o) => o -> Bool -> m ()
- GI.GtkSource.Functions: schedulerAdd :: (HasCallStack, MonadIO m) => SchedulerCallback -> m Word64
+ GI.GtkSource.Functions: schedulerAdd :: (HasCallStack, MonadIO m) => SchedulerCallback -> m CSize
- GI.GtkSource.Functions: schedulerAddFull :: (HasCallStack, MonadIO m) => SchedulerCallback -> m Word64
+ GI.GtkSource.Functions: schedulerAddFull :: (HasCallStack, MonadIO m) => SchedulerCallback -> m CSize
- GI.GtkSource.Functions: schedulerRemove :: (HasCallStack, MonadIO m) => Word64 -> m ()
+ GI.GtkSource.Functions: schedulerRemove :: (HasCallStack, MonadIO m) => CSize -> m ()
- GI.GtkSource.Objects.Mark: markPrev :: (HasCallStack, MonadIO m, IsMark a) => a -> Text -> m (Maybe Mark)
+ GI.GtkSource.Objects.Mark: markPrev :: (HasCallStack, MonadIO m, IsMark a) => a -> Maybe Text -> m (Maybe Mark)
- 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 view
@@ -1,3 +1,7 @@+### 5.0.1+++ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))+ ### 5.0.0  + Initial support of GtkSourceView 5.x for GTK 4.0
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gtksource-5.0.0/docs/GI-GtkSource.html](https://hackage.haskell.org/package/gi-gtksource-5.0.0/docs/GI-GtkSource.html)+[https://hackage.haskell.org/package/gi-gtksource-5.0.1/docs/GI-GtkSource.html](https://hackage.haskell.org/package/gi-gtksource-5.0.1/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
@@ -16,7 +16,7 @@   where name = "GtkSource"         version = "5"         pkgName = "gi-gtksource"-        pkgVersion = "5.0.0"+        pkgVersion = "5.0.1"         overridesFile = Just "GtkSource.overrides"         verbose = False         outputDir = Nothing
gi-gtksource.cabal view
@@ -1,5 +1,5 @@ name:                 gi-gtksource-version:              5.0.0+version:              5.0.1 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 == 4.0.*,@@ -36,7 +36,7 @@       pkgconfig-depends: gtksourceview-5       build-depends: base >= 4.9 && <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.*,