gi-wnck 3.0.6 → 3.0.7
raw patch · 3 files changed
+15/−9 lines, 3 filesdep ~haskell-gidep ~haskell-gi-basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: haskell-gi, haskell-gi-base
API changes (from Hackage documentation)
- GI.Wnck.Structs.ResourceUsage: instance (tag Data.Type.Equality.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.Wnck.Structs.ResourceUsage.ResourceUsage tag
- GI.Wnck.Structs.WorkspaceLayout: instance (tag Data.Type.Equality.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.Wnck.Structs.WorkspaceLayout.WorkspaceLayout tag
+ GI.Wnck.Constants: pattern DEFAULT_ICON_SIZE :: Int32
+ GI.Wnck.Constants: pattern DEFAULT_MINI_ICON_SIZE :: Int32
+ GI.Wnck.Constants: pattern MAJOR_VERSION :: Int32
+ GI.Wnck.Constants: pattern MICRO_VERSION :: Int32
+ GI.Wnck.Constants: pattern MINOR_VERSION :: Int32
+ GI.Wnck.Objects.ActionMenu: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.ActionMenu.ActionMenu
+ GI.Wnck.Objects.ActionMenu: instance GHC.Classes.Eq GI.Wnck.Objects.ActionMenu.ActionMenu
+ GI.Wnck.Objects.Application: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Application.Application
+ GI.Wnck.Objects.Application: instance GHC.Classes.Eq GI.Wnck.Objects.Application.Application
+ GI.Wnck.Objects.ClassGroup: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.ClassGroup.ClassGroup
+ GI.Wnck.Objects.ClassGroup: instance GHC.Classes.Eq GI.Wnck.Objects.ClassGroup.ClassGroup
+ GI.Wnck.Objects.ImageMenuItem: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.ImageMenuItem.ImageMenuItem
+ GI.Wnck.Objects.ImageMenuItem: instance GHC.Classes.Eq GI.Wnck.Objects.ImageMenuItem.ImageMenuItem
+ GI.Wnck.Objects.Pager: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Pager.Pager
+ GI.Wnck.Objects.Pager: instance GHC.Classes.Eq GI.Wnck.Objects.Pager.Pager
+ GI.Wnck.Objects.Screen: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Screen.Screen
+ GI.Wnck.Objects.Screen: instance GHC.Classes.Eq GI.Wnck.Objects.Screen.Screen
+ GI.Wnck.Objects.Selector: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Selector.Selector
+ GI.Wnck.Objects.Selector: instance GHC.Classes.Eq GI.Wnck.Objects.Selector.Selector
+ GI.Wnck.Objects.Tasklist: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Tasklist.Tasklist
+ GI.Wnck.Objects.Tasklist: instance GHC.Classes.Eq GI.Wnck.Objects.Tasklist.Tasklist
+ GI.Wnck.Objects.Window: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Window.Window
+ GI.Wnck.Objects.Window: instance GHC.Classes.Eq GI.Wnck.Objects.Window.Window
+ GI.Wnck.Objects.Workspace: instance Data.GI.Base.GValue.IsGValue GI.Wnck.Objects.Workspace.Workspace
+ GI.Wnck.Objects.Workspace: instance GHC.Classes.Eq GI.Wnck.Objects.Workspace.Workspace
+ GI.Wnck.Structs.ResourceUsage: instance (tag GHC.Types.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.Wnck.Structs.ResourceUsage.ResourceUsage tag
+ GI.Wnck.Structs.ResourceUsage: instance GHC.Classes.Eq GI.Wnck.Structs.ResourceUsage.ResourceUsage
+ GI.Wnck.Structs.WorkspaceLayout: instance (tag GHC.Types.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.Wnck.Structs.WorkspaceLayout.WorkspaceLayout tag
+ GI.Wnck.Structs.WorkspaceLayout: instance GHC.Classes.Eq GI.Wnck.Structs.WorkspaceLayout.WorkspaceLayout
- GI.Wnck.Objects.Screen: type ScreenActiveWindowChangedCallback = Window " /@previouslyActiveWindow@/: the previously active 'GI.Wnck.Objects.Window.Window' before this change. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenActiveWindowChangedCallback = Window " /@previouslyActiveWindow@/: the previously active t'GI.Wnck.Objects.Window.Window' before this change." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenActiveWorkspaceChangedCallback = Workspace " /@previouslyActiveSpace@/: the previously active 'GI.Wnck.Objects.Workspace.Workspace' before this change. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenActiveWorkspaceChangedCallback = Workspace " /@previouslyActiveSpace@/: the previously active t'GI.Wnck.Objects.Workspace.Workspace' before this change." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenApplicationClosedCallback = Application " /@app@/: the closed 'GI.Wnck.Objects.Application.Application'. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenApplicationClosedCallback = Application " /@app@/: the closed t'GI.Wnck.Objects.Application.Application'." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenApplicationOpenedCallback = Application " /@app@/: the opened 'GI.Wnck.Objects.Application.Application'. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenApplicationOpenedCallback = Application " /@app@/: the opened t'GI.Wnck.Objects.Application.Application'." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenClassGroupClosedCallback = ClassGroup " /@classGroup@/: the closed 'GI.Wnck.Objects.ClassGroup.ClassGroup'. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenClassGroupClosedCallback = ClassGroup " /@classGroup@/: the closed t'GI.Wnck.Objects.ClassGroup.ClassGroup'." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenClassGroupOpenedCallback = ClassGroup " /@classGroup@/: the opened 'GI.Wnck.Objects.ClassGroup.ClassGroup'. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenClassGroupOpenedCallback = ClassGroup " /@classGroup@/: the opened t'GI.Wnck.Objects.ClassGroup.ClassGroup'." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenWindowClosedCallback = Window " /@window@/: the closed 'GI.Wnck.Objects.Window.Window'. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenWindowClosedCallback = Window " /@window@/: the closed t'GI.Wnck.Objects.Window.Window'." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenWindowOpenedCallback = Window " /@window@/: the opened 'GI.Wnck.Objects.Window.Window'. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenWindowOpenedCallback = Window " /@window@/: the opened t'GI.Wnck.Objects.Window.Window'." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenWorkspaceCreatedCallback = Workspace " /@space@/: the workspace that has been created. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenWorkspaceCreatedCallback = Workspace " /@space@/: the workspace that has been created." -> IO ()
- GI.Wnck.Objects.Screen: type ScreenWorkspaceDestroyedCallback = Workspace " /@space@/: the workspace that has been destroyed. " -> IO ()
+ GI.Wnck.Objects.Screen: type ScreenWorkspaceDestroyedCallback = Workspace " /@space@/: the workspace that has been destroyed." -> IO ()
- GI.Wnck.Objects.Tasklist: type TasklistTaskEnterNotifyCallback = Ptr () " /@windows@/: the 'GI.GLib.Structs.List.List' with all the 'GI.Wnck.Objects.Window.Window' belonging to the task. " -> IO ()
+ GI.Wnck.Objects.Tasklist: type TasklistTaskEnterNotifyCallback = Ptr () " /@windows@/: the t'GI.GLib.Structs.List.List' with all the t'GI.Wnck.Objects.Window.Window' belonging to the task." -> IO ()
- GI.Wnck.Objects.Tasklist: type TasklistTaskLeaveNotifyCallback = Ptr () " /@windows@/: the 'GI.GLib.Structs.List.List' with all the 'GI.Wnck.Objects.Window.Window' belonging to the task. " -> IO ()
+ GI.Wnck.Objects.Tasklist: type TasklistTaskLeaveNotifyCallback = Ptr () " /@windows@/: the t'GI.GLib.Structs.List.List' with all the t'GI.Wnck.Objects.Window.Window' belonging to the task." -> IO ()
- GI.Wnck.Objects.Window: type WindowActionsChangedCallback = [WindowActions] " /@changedMask@/: the bitmask containing bits set for all actions availabilities for /@window@/ that have changed. " -> [WindowActions] " /@newState@/: the new actions availabilities for /@window@/. " -> IO ()
+ GI.Wnck.Objects.Window: type WindowActionsChangedCallback = [WindowActions] " /@changedMask@/: the bitmask containing bits set for all actions availabilities for /@window@/ that have changed." -> [WindowActions] " /@newState@/: the new actions availabilities for /@window@/." -> IO ()
- GI.Wnck.Objects.Window: type WindowStateChangedCallback = [WindowState] " /@changedMask@/: the bitmask containing bits set for all states of /@window@/ that have changed. " -> [WindowState] " /@newState@/: the new state of /@window@/. " -> IO ()
+ GI.Wnck.Objects.Window: type WindowStateChangedCallback = [WindowState] " /@changedMask@/: the bitmask containing bits set for all states of /@window@/ that have changed." -> [WindowState] " /@newState@/: the new state of /@window@/." -> IO ()
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- gi-wnck.cabal +10/−8
ChangeLog.md view
@@ -1,3 +1,7 @@+### 3.0.7+++ Update for haskell-gi(-base)-0.23+ ### 3.0.6 + Add support for inherited dependencies
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-wnck-3.0.6/docs/GI-Wnck.html](https://hackage.haskell.org/package/gi-wnck-3.0.6/docs/GI-Wnck.html)+[https://hackage.haskell.org/package/gi-wnck-3.0.7/docs/GI-Wnck.html](https://hackage.haskell.org/package/gi-wnck-3.0.7/docs/GI-Wnck.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).
gi-wnck.cabal view
@@ -1,12 +1,12 @@ name: gi-wnck-version: 3.0.6+version: 3.0.7 synopsis: Wnck bindings description: Bindings for wnck, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi license: LGPL-2.1 license-file: LICENSE author: Will Thompson, Iñaki García Etxebarria and Jonas Platte-maintainer: Iñaki García Etxebarria (inaki@blueleaf.cc)+maintainer: Iñaki García Etxebarria category: Bindings build-type: Custom cabal-version: 1.24@@ -16,7 +16,7 @@ custom-setup setup-depends: base >= 4.9 && < 5, Cabal >= 1.24,- haskell-gi >= 0.22.5 && < 0.23,+ haskell-gi >= 0.23 && < 0.24, gi-gdk == 3.0.*, gi-gdkpixbuf == 2.0.*, gi-gtk == 3.0.*,@@ -26,13 +26,13 @@ library default-language: Haskell2010 default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses- other-extensions: PatternSynonyms, ViewPatterns+ other-extensions: PatternSynonyms, ViewPatterns, TypeApplications ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations pkgconfig-depends: libwnck-3.0 build-depends: base >= 4.7 && <5,- haskell-gi-base >= 0.22.0 && < 0.23,- haskell-gi >= 0.22.5 && < 0.23,+ haskell-gi-base >= 0.23 && < 0.24,+ haskell-gi >= 0.23.0 && < 0.24, haskell-gi-overloading < 1.1, gi-gdk == 3.0.*, gi-gdkpixbuf == 2.0.*,@@ -55,7 +55,8 @@ -- to be built will be built at configure time, based on the -- available introspection data. - exposed-modules: GI.Wnck,+ exposed-modules: GI.Wnck.Config,+ GI.Wnck, GI.Wnck.Constants, GI.Wnck.Enums, GI.Wnck.Flags,@@ -75,7 +76,8 @@ GI.Wnck.Structs.ResourceUsage, GI.Wnck.Structs.WorkspaceLayout - autogen-modules: GI.Wnck,+ autogen-modules: GI.Wnck.Config,+ GI.Wnck, GI.Wnck.Constants, GI.Wnck.Enums, GI.Wnck.Flags,