packages feed

gi-ibus 1.5.5 → 1.5.7

raw patch · 4 files changed

+13/−5 lines, 4 filessetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

+ GI.IBus.Flags: CapabiliteSyncProcessKeyV2 :: Capabilite
+ GI.IBus.Objects.Engine: constructEngineActiveSurroundingText :: (IsEngine o, MonadIO m) => Bool -> m (GValueConstruct o)
+ GI.IBus.Objects.Engine: getEngineActiveSurroundingText :: (MonadIO m, IsEngine o) => o -> m Bool
+ GI.IBus.Objects.InputContext: afterInputContextRequireSurroundingText :: (IsInputContext a, MonadIO m) => a -> ((?self :: a) => InputContextRequireSurroundingTextCallback) -> m SignalHandlerId
+ GI.IBus.Objects.InputContext: onInputContextRequireSurroundingText :: (IsInputContext a, MonadIO m) => a -> ((?self :: a) => InputContextRequireSurroundingTextCallback) -> m SignalHandlerId
+ GI.IBus.Objects.InputContext: type InputContextRequireSurroundingTextCallback = IO ()
- GI.IBus.Objects.Engine: type EngineProcessHandWritingEventCallback = -- | /@coordinates@/: An array of double (0.0 to 1.0) which represents a stroke (i.e. [x1, y1, x2, y2, x3, y3, ...]). Ptr () -> -- | /@coordinatesLen@/: The number of elements in the array. Word32 -> IO ()
+ GI.IBus.Objects.Engine: type EngineProcessHandWritingEventCallback = -- | /@coordinates@/: An array of double (0.0 to 1.0) which represents a stroke -- (i.e. [x1, y1, x2, y2, x3, y3, ...]). Ptr () -> -- | /@coordinatesLen@/: The number of elements in the array. Word32 -> IO ()

Files

ChangeLog.md view
@@ -1,3 +1,11 @@+### 1.5.7+++ Bump base lower bound++### 1.5.6+++ Bump base lower bound+ ### 1.5.5  + Relax constraint on text
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-ibus-1.5.5/docs/GI-IBus.html](https://hackage.haskell.org/package/gi-ibus-1.5.5/docs/GI-IBus.html)+[https://hackage.haskell.org/package/gi-ibus-1.5.7/docs/GI-IBus.html](https://hackage.haskell.org/package/gi-ibus-1.5.7/docs/GI-IBus.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
@@ -12,7 +12,7 @@   where name = "IBus"         version = "1.0"         pkgName = "gi-ibus"-        pkgVersion = "1.5.5"+        pkgVersion = "1.5.7"         overridesFile = Nothing         verbose = False         outputDir = Nothing
gi-ibus.cabal view
@@ -1,5 +1,5 @@ name:                 gi-ibus-version:              1.5.5+version:              1.5.7 synopsis:             IBus bindings description:          Bindings for IBus, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -14,8 +14,8 @@ extra-source-files: README.md ChangeLog.md stack.yaml  custom-setup-      setup-depends: base >= 4.9 && < 5,-                     Cabal >= 1.24,+      setup-depends: base >= 4.11 && < 5,+                     Cabal >= 1.24 && < 4,                      haskell-gi >= 0.26 && < 0.27,                      gi-gio == 2.0.*,                      gi-gobject == 2.0.*,