gi-vte 2.91.24 → 2.91.25
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.Vte.Structs.CharAttributes: instance (tag Data.Type.Equality.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.Vte.Structs.CharAttributes.CharAttributes tag
+ GI.Vte.Constants: pattern MAJOR_VERSION :: Int32
+ GI.Vte.Constants: pattern MICRO_VERSION :: Int32
+ GI.Vte.Constants: pattern MINOR_VERSION :: Int32
+ GI.Vte.Constants: pattern REGEX_FLAGS_DEFAULT :: Int32
+ GI.Vte.Constants: pattern SPAWN_NO_PARENT_ENVV :: Int32
+ GI.Vte.Constants: pattern TEST_FLAGS_ALL :: Word64
+ GI.Vte.Constants: pattern TEST_FLAGS_NONE :: Word64
+ GI.Vte.Objects.Pty: instance Data.GI.Base.GValue.IsGValue GI.Vte.Objects.Pty.Pty
+ GI.Vte.Objects.Pty: instance GHC.Classes.Eq GI.Vte.Objects.Pty.Pty
+ GI.Vte.Objects.Terminal: getTerminalCurrentContainerName :: (MonadIO m, IsTerminal o) => o -> m (Maybe Text)
+ GI.Vte.Objects.Terminal: getTerminalCurrentContainerRuntime :: (MonadIO m, IsTerminal o) => o -> m (Maybe Text)
+ GI.Vte.Objects.Terminal: instance Data.GI.Base.GValue.IsGValue GI.Vte.Objects.Terminal.Terminal
+ GI.Vte.Objects.Terminal: instance GHC.Classes.Eq GI.Vte.Objects.Terminal.Terminal
+ GI.Vte.Objects.Terminal: terminalGetCurrentContainerName :: (HasCallStack, MonadIO m, IsTerminal a) => a -> m (Maybe Text)
+ GI.Vte.Objects.Terminal: terminalGetCurrentContainerRuntime :: (HasCallStack, MonadIO m, IsTerminal a) => a -> m (Maybe Text)
+ GI.Vte.Structs.CharAttributes: instance (tag GHC.Types.~ 'Data.GI.Base.Attributes.AttrSet) => Data.GI.Base.Constructible.Constructible GI.Vte.Structs.CharAttributes.CharAttributes tag
+ GI.Vte.Structs.CharAttributes: instance GHC.Classes.Eq GI.Vte.Structs.CharAttributes.CharAttributes
+ GI.Vte.Structs.Regex: instance Data.GI.Base.GValue.IsGValue GI.Vte.Structs.Regex.Regex
+ GI.Vte.Structs.Regex: instance GHC.Classes.Eq GI.Vte.Structs.Regex.Regex
- GI.Vte.Callbacks: type SelectionFunc = Terminal " /@terminal@/: terminal in which the cell is. " -> CLong " /@column@/: column in which the cell is. " -> CLong " /@row@/: row in which the cell is. " -> IO Bool " __Returns:__ 'True' if cell has to be selected; 'False' if otherwise. "
+ GI.Vte.Callbacks: type SelectionFunc = Terminal " /@terminal@/: terminal in which the cell is." -> CLong " /@column@/: column in which the cell is." -> CLong " /@row@/: row in which the cell is." -> IO Bool " __Returns:__ 'P.True' if cell has to be selected; 'P.False' if otherwise."
- GI.Vte.Callbacks: type SelectionFunc_WithClosures = Terminal " /@terminal@/: terminal in which the cell is. " -> CLong " /@column@/: column in which the cell is. " -> CLong " /@row@/: row in which the cell is. " -> Ptr () " /@data@/: user data. " -> IO Bool " __Returns:__ 'True' if cell has to be selected; 'False' if otherwise. "
+ GI.Vte.Callbacks: type SelectionFunc_WithClosures = Terminal " /@terminal@/: terminal in which the cell is." -> CLong " /@column@/: column in which the cell is." -> CLong " /@row@/: row in which the cell is." -> Ptr () " /@data@/: user data." -> IO Bool " __Returns:__ 'P.True' if cell has to be selected; 'P.False' if otherwise."
- GI.Vte.Callbacks: type TerminalSpawnAsyncCallback = Terminal " /@terminal@/: the 'GI.Vte.Objects.Terminal.Terminal' " -> Int32 " /@pid@/: a @/GPid/@ " -> GError " /@error@/: a 'GError', or 'Nothing' " -> IO ()
+ GI.Vte.Callbacks: type TerminalSpawnAsyncCallback = Terminal " /@terminal@/: the t'GI.Vte.Objects.Terminal.Terminal'" -> Int32 " /@pid@/: a @/GPid/@" -> GError " /@error@/: a t'GError', or 'P.Nothing'" -> IO ()
- GI.Vte.Callbacks: type TerminalSpawnAsyncCallback_WithClosures = Terminal " /@terminal@/: the 'GI.Vte.Objects.Terminal.Terminal' " -> Int32 " /@pid@/: a @/GPid/@ " -> GError " /@error@/: a 'GError', or 'Nothing' " -> Ptr () " /@userData@/: user data that was passed to vte_terminal_spawn_async " -> IO ()
+ GI.Vte.Callbacks: type TerminalSpawnAsyncCallback_WithClosures = Terminal " /@terminal@/: the t'GI.Vte.Objects.Terminal.Terminal'" -> Int32 " /@pid@/: a @/GPid/@" -> GError " /@error@/: a t'GError', or 'P.Nothing'" -> Ptr () " /@userData@/: user data that was passed to vte_terminal_spawn_async" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalCharSizeChangedCallback = Word32 " /@width@/: the new character cell width " -> Word32 " /@height@/: the new character cell height " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalCharSizeChangedCallback = Word32 " /@width@/: the new character cell width" -> Word32 " /@height@/: the new character cell height" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalChildExitedCallback = Int32 " /@status@/: the child\'s exit status " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalChildExitedCallback = Int32 " /@status@/: the child\'s exit status" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalCommitCallback = Text " /@text@/: a string of text " -> Word32 " /@size@/: the length of that string of text " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalCommitCallback = Text " /@text@/: a string of text" -> Word32 " /@size@/: the length of that string of text" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalHyperlinkHoverUriChangedCallback = Text " /@uri@/: the nonempty target URI under the mouse, or NULL " -> Rectangle " /@bbox@/: the bounding box of the hyperlink anchor text, or NULL " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalHyperlinkHoverUriChangedCallback = Text " /@uri@/: the nonempty target URI under the mouse, or NULL" -> Rectangle " /@bbox@/: the bounding box of the hyperlink anchor text, or NULL" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalMoveWindowCallback = Word32 " /@x@/: the terminal\'s desired location, X coordinate " -> Word32 " /@y@/: the terminal\'s desired location, Y coordinate " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalMoveWindowCallback = Word32 " /@x@/: the terminal\'s desired location, X coordinate" -> Word32 " /@y@/: the terminal\'s desired location, Y coordinate" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalNotificationReceivedCallback = Text " /@summary@/: The summary " -> Maybe Text " /@body@/: Extra optional text " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalNotificationReceivedCallback = Text " /@summary@/: The summary" -> Maybe Text " /@body@/: Extra optional text" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalResizeWindowCallback = Word32 " /@width@/: the desired number of columns " -> Word32 " /@height@/: the desired number of rows " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalResizeWindowCallback = Word32 " /@width@/: the desired number of columns" -> Word32 " /@height@/: the desired number of rows" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalTextScrolledCallback = Int32 " /@delta@/: the number of lines scrolled " -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalTextScrolledCallback = Int32 " /@delta@/: the number of lines scrolled" -> IO ()
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- gi-vte.cabal +10/−8
ChangeLog.md view
@@ -1,3 +1,7 @@+### 2.91.25+++ Update for haskell-gi(-base)-0.23+ ### 2.91.24 + 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-vte-2.91.24/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.24/docs/GI-Vte.html)+[https://hackage.haskell.org/package/gi-vte-2.91.25/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.25/docs/GI-Vte.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-vte.cabal view
@@ -1,12 +1,12 @@ name: gi-vte-version: 2.91.24+version: 2.91.25 synopsis: Vte bindings description: Bindings for Vte, 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-pango == 1.0.*, gi-gtk == 3.0.*, gi-gio == 2.0.*,@@ -28,13 +28,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: vte-2.91 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-pango == 1.0.*, gi-gtk == 3.0.*,@@ -59,7 +59,8 @@ -- to be built will be built at configure time, based on the -- available introspection data. - exposed-modules: GI.Vte,+ exposed-modules: GI.Vte.Config,+ GI.Vte, GI.Vte.Callbacks, GI.Vte.Constants, GI.Vte.Enums,@@ -72,7 +73,8 @@ GI.Vte.Structs.CharAttributes, GI.Vte.Structs.Regex - autogen-modules: GI.Vte,+ autogen-modules: GI.Vte.Config,+ GI.Vte, GI.Vte.Callbacks, GI.Vte.Constants, GI.Vte.Enums,