packages feed

gi-dazzle 1.0.1 → 1.0.2

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.Dazzle.Objects.Animation: animationStop :: (HasCallStack, MonadIO m, IsAnimation a) => a -> m ()
+ GI.Dazzle.Objects.Animation: animationStop :: (HasCallStack, MonadIO m, IsAnimation a) => Maybe a -> m ()
- GI.Dazzle.Objects.ShortcutManager: shortcutManagerAddShortcutEntries :: (HasCallStack, MonadIO m, IsShortcutManager a) => a -> [ShortcutEntry] -> Maybe Text -> m ()
+ GI.Dazzle.Objects.ShortcutManager: shortcutManagerAddShortcutEntries :: (HasCallStack, MonadIO m, IsShortcutManager a) => Maybe a -> [ShortcutEntry] -> Maybe Text -> m ()
- GI.Dazzle.Objects.ShortcutManager: shortcutManagerGetTheme :: (HasCallStack, MonadIO m, IsShortcutManager a) => a -> m ShortcutTheme
+ GI.Dazzle.Objects.ShortcutManager: shortcutManagerGetTheme :: (HasCallStack, MonadIO m, IsShortcutManager a) => Maybe a -> m ShortcutTheme
- GI.Dazzle.Objects.ShortcutManager: shortcutManagerHandleEvent :: (HasCallStack, MonadIO m, IsShortcutManager a, IsWidget b) => a -> EventKey -> b -> m Bool
+ GI.Dazzle.Objects.ShortcutManager: shortcutManagerHandleEvent :: (HasCallStack, MonadIO m, IsShortcutManager a, IsWidget b) => Maybe a -> EventKey -> b -> m Bool
- GI.Dazzle.Structs.FuzzyMutableIndex: fuzzyMutableIndexMatch :: (HasCallStack, MonadIO m) => FuzzyMutableIndex -> Text -> Word64 -> m [FuzzyMutableIndexMatch]
+ GI.Dazzle.Structs.FuzzyMutableIndex: fuzzyMutableIndexMatch :: (HasCallStack, MonadIO m) => FuzzyMutableIndex -> Text -> CSize -> m [FuzzyMutableIndexMatch]
- GI.Dazzle.Structs.Heap: getHeapLen :: MonadIO m => Heap -> m Word64
+ GI.Dazzle.Structs.Heap: getHeapLen :: MonadIO m => Heap -> m CSize
- GI.Dazzle.Structs.Heap: heapExtractIndex :: (HasCallStack, MonadIO m) => Heap -> Word64 -> Ptr () -> m Bool
+ GI.Dazzle.Structs.Heap: heapExtractIndex :: (HasCallStack, MonadIO m) => Heap -> CSize -> Ptr () -> m Bool
- GI.Dazzle.Structs.Heap: setHeapLen :: MonadIO m => Heap -> Word64 -> m ()
+ GI.Dazzle.Structs.Heap: setHeapLen :: MonadIO m => Heap -> CSize -> m ()

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.2+++ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))+ 1.0.1 ===== 
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-dazzle-1.0.1/docs/GI-Dazzle.html](https://hackage.haskell.org/package/gi-dazzle-1.0.1/docs/GI-Dazzle.html)+[https://hackage.haskell.org/package/gi-dazzle-1.0.2/docs/GI-Dazzle.html](https://hackage.haskell.org/package/gi-dazzle-1.0.2/docs/GI-Dazzle.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
@@ -17,7 +17,7 @@   where name = "Dazzle"         version = "1.0"         pkgName = "gi-dazzle"-        pkgVersion = "1.0.1"+        pkgVersion = "1.0.2"         overridesFile = Just "Dazzle.overrides"         verbose = False         outputDir = Nothing
gi-dazzle.cabal view
@@ -1,5 +1,5 @@ name:                 gi-dazzle-version:              1.0.1+version:              1.0.2 synopsis:             libdazzle bindings description:          Bindings for libdazzle, 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-atk == 2.0.*,                      gi-cairo == 1.0.*,                      gi-gdk == 3.0.*,@@ -35,7 +35,7 @@       pkgconfig-depends: libdazzle-1.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-atk == 2.0.*,                      gi-cairo == 1.0.*,