packages feed

gi-vte 2.91.29 → 2.91.30

raw patch · 4 files changed

+9/−5 lines, 4 filesdep ~textsetup-changedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: text

API changes (from Hackage documentation)

- GI.Vte.Objects.Terminal: afterTerminalNotificationReceived :: (IsTerminal a, MonadIO m) => a -> ((?self :: a) => TerminalNotificationReceivedCallback) -> m SignalHandlerId
- GI.Vte.Objects.Terminal: afterTerminalShellPrecmd :: (IsTerminal a, MonadIO m) => a -> ((?self :: a) => TerminalShellPrecmdCallback) -> m SignalHandlerId
- GI.Vte.Objects.Terminal: afterTerminalShellPreexec :: (IsTerminal a, MonadIO m) => a -> ((?self :: a) => TerminalShellPreexecCallback) -> m SignalHandlerId
- GI.Vte.Objects.Terminal: constructTerminalScrollSpeed :: (IsTerminal o, MonadIO m) => Word32 -> m (GValueConstruct o)
- 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: getTerminalScrollSpeed :: (MonadIO m, IsTerminal o) => o -> m Word32
- GI.Vte.Objects.Terminal: onTerminalNotificationReceived :: (IsTerminal a, MonadIO m) => a -> ((?self :: a) => TerminalNotificationReceivedCallback) -> m SignalHandlerId
- GI.Vte.Objects.Terminal: onTerminalShellPrecmd :: (IsTerminal a, MonadIO m) => a -> ((?self :: a) => TerminalShellPrecmdCallback) -> m SignalHandlerId
- GI.Vte.Objects.Terminal: onTerminalShellPreexec :: (IsTerminal a, MonadIO m) => a -> ((?self :: a) => TerminalShellPreexecCallback) -> m SignalHandlerId
- GI.Vte.Objects.Terminal: setTerminalScrollSpeed :: (MonadIO m, IsTerminal o) => o -> Word32 -> m ()
- 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.Objects.Terminal: terminalSetScrollSpeed :: (HasCallStack, MonadIO m, IsTerminal a) => a -> Word32 -> m ()
- GI.Vte.Objects.Terminal: type TerminalNotificationReceivedCallback = Text " /@summary@/: The summary" -> Maybe Text " /@body@/: Extra optional text" -> IO ()
- GI.Vte.Objects.Terminal: type TerminalShellPrecmdCallback = IO ()
- GI.Vte.Objects.Terminal: type TerminalShellPreexecCallback = IO ()
+ GI.Vte.Enums: AlignCenter :: Align
+ GI.Vte.Enums: AlignEnd :: Align
+ GI.Vte.Enums: AlignStart :: Align
+ GI.Vte.Enums: AnotherAlign :: Int -> Align
+ GI.Vte.Enums: data Align
+ GI.Vte.Enums: instance Data.GI.Base.BasicTypes.BoxedEnum GI.Vte.Enums.Align
+ GI.Vte.Enums: instance Data.GI.Base.BasicTypes.TypedObject GI.Vte.Enums.Align
+ GI.Vte.Enums: instance Data.GI.Base.Overloading.HasParentTypes GI.Vte.Enums.Align
+ GI.Vte.Enums: instance GHC.Classes.Eq GI.Vte.Enums.Align
+ GI.Vte.Enums: instance GHC.Classes.Ord GI.Vte.Enums.Align
+ GI.Vte.Enums: instance GHC.Enum.Enum GI.Vte.Enums.Align
+ GI.Vte.Enums: instance GHC.Show.Show GI.Vte.Enums.Align
+ GI.Vte.Objects.Terminal: terminalGetTextSelected :: (HasCallStack, MonadIO m, IsTerminal a) => a -> Format -> m (Maybe Text)
+ GI.Vte.Objects.Terminal: terminalPasteText :: (HasCallStack, MonadIO m, IsTerminal a) => a -> Text -> m ()
- 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 = -- | /@terminal@/: terminal in which the cell is. Terminal -> -- | /@column@/: column in which the cell is. CLong -> -- | /@row@/: row in which the cell is. CLong -> -- | __Returns:__ 'P.True' if cell has to be selected; 'P.False' if otherwise. IO Bool
- 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 SelectionFunc_WithClosures = -- | /@terminal@/: terminal in which the cell is. Terminal -> -- | /@column@/: column in which the cell is. CLong -> -- | /@row@/: row in which the cell is. CLong -> -- | /@data@/: user data. Ptr () -> -- | __Returns:__ 'P.True' if cell has to be selected; 'P.False' if otherwise. IO Bool
- 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 = -- | /@terminal@/: the t'GI.Vte.Objects.Terminal.Terminal' Terminal -> -- | /@pid@/: a @/GPid/@ Int32 -> -- | /@error@/: a t'GError', or 'P.Nothing' GError -> 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.Callbacks: type TerminalSpawnAsyncCallback_WithClosures = -- | /@terminal@/: the t'GI.Vte.Objects.Terminal.Terminal' Terminal -> -- | /@pid@/: a @/GPid/@ Int32 -> -- | /@error@/: a t'GError', or 'P.Nothing' GError -> -- | /@userData@/: user data that was passed to vte_terminal_spawn_async Ptr () -> 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 = -- | /@width@/: the new character cell width Word32 -> -- | /@height@/: the new character cell height Word32 -> IO ()
- GI.Vte.Objects.Terminal: type TerminalChildExitedCallback = Int32 " /@status@/: the child\'s exit status" -> IO ()
+ GI.Vte.Objects.Terminal: type TerminalChildExitedCallback = -- | /@status@/: the child\'s exit status Int32 -> 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@/: a string of text Text -> -- | /@size@/: the length of that string of text Word32 -> 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 = -- | /@uri@/: the nonempty target URI under the mouse, or NULL Text -> -- | /@bbox@/: the bounding box of the hyperlink anchor text, or NULL Rectangle -> 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 = -- | /@x@/: the terminal\'s desired location, X coordinate Word32 -> -- | /@y@/: the terminal\'s desired location, Y coordinate Word32 -> 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 = -- | /@width@/: the desired number of columns Word32 -> -- | /@height@/: the desired number of rows Word32 -> IO ()

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 2.91.30+++ Relax constraint on text+ ### 2.91.29  + Update to haskell-gi(-base)-0.26
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.29/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.29/docs/GI-Vte.html)+[https://hackage.haskell.org/package/gi-vte-2.91.30/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.30/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).
Setup.hs view
@@ -16,7 +16,7 @@   where name = "Vte"         version = "2.91"         pkgName = "gi-vte"-        pkgVersion = "2.91.29"+        pkgVersion = "2.91.30"         overridesFile = Just "Vte.overrides"         verbose = False         outputDir = Nothing
gi-vte.cabal view
@@ -1,5 +1,5 @@ name:                 gi-vte-version:              2.91.29+version:              2.91.30 synopsis:             Vte bindings description:          Bindings for Vte, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -27,7 +27,7 @@  library       default-language: Haskell2010-      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses+      default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses, TypeOperators       other-extensions: PatternSynonyms, ViewPatterns, TypeApplications       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations @@ -45,7 +45,7 @@                      gi-atk == 2.0.*,                      bytestring >= 0.10 && < 1,                      containers >= 0.5 && < 1,-                     text >= 1.0 && < 2,+                     text >= 1.0 && < 3,                      transformers >= 0.4 && < 1        -- Disable overloading when compiling under GHC 8.2.x