packages feed

vte 0.13.0.2 → 0.13.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Graphics.UI.Gtk.Vte.Vte: instance Bounded RegexCompileFlags
- Graphics.UI.Gtk.Vte.Vte: instance Bounded RegexMatchFlags
- Graphics.UI.Gtk.Vte.Vte: instance Bounded TerminalCursorBlinkMode
- Graphics.UI.Gtk.Vte.Vte: instance Bounded TerminalCursorShape
- Graphics.UI.Gtk.Vte.Vte: instance Bounded TerminalEraseBinding
- Graphics.UI.Gtk.Vte.Vte: instance Enum RegexCompileFlags
- Graphics.UI.Gtk.Vte.Vte: instance Enum RegexMatchFlags
- Graphics.UI.Gtk.Vte.Vte: instance Enum TerminalCursorBlinkMode
- Graphics.UI.Gtk.Vte.Vte: instance Enum TerminalCursorShape
- Graphics.UI.Gtk.Vte.Vte: instance Enum TerminalEraseBinding
- Graphics.UI.Gtk.Vte.Vte: instance Eq RegexCompileFlags
- Graphics.UI.Gtk.Vte.Vte: instance Eq RegexMatchFlags
- Graphics.UI.Gtk.Vte.Vte: instance Eq TerminalCursorBlinkMode
- Graphics.UI.Gtk.Vte.Vte: instance Eq TerminalCursorShape
- Graphics.UI.Gtk.Vte.Vte: instance Eq TerminalEraseBinding
- Graphics.UI.Gtk.Vte.Vte: instance Flags RegexCompileFlags
- Graphics.UI.Gtk.Vte.Vte: instance Flags RegexMatchFlags
- Graphics.UI.Gtk.Vte.Vte: instance Show RegexCompileFlags
- Graphics.UI.Gtk.Vte.Vte: instance Show RegexMatchFlags
- Graphics.UI.Gtk.Vte.Vte: instance Show TerminalCursorBlinkMode
- Graphics.UI.Gtk.Vte.Vte: instance Show TerminalCursorShape
- Graphics.UI.Gtk.Vte.Vte: instance Show TerminalEraseBinding
- Graphics.UI.Gtk.Vte.Vte: vcBack :: VteChar -> Color
- Graphics.UI.Gtk.Vte.Vte: vcChar :: VteChar -> Char
- Graphics.UI.Gtk.Vte.Vte: vcCol :: VteChar -> Int
- Graphics.UI.Gtk.Vte.Vte: vcFore :: VteChar -> Color
- Graphics.UI.Gtk.Vte.Vte: vcRow :: VteChar -> Int
- Graphics.UI.Gtk.Vte.Vte: vcStrikethrough :: VteChar -> Bool
- Graphics.UI.Gtk.Vte.Vte: vcUnderline :: VteChar -> Bool
+ Graphics.UI.Gtk.Vte.Vte: [vcBack] :: VteChar -> Color
+ Graphics.UI.Gtk.Vte.Vte: [vcChar] :: VteChar -> Char
+ Graphics.UI.Gtk.Vte.Vte: [vcCol] :: VteChar -> Int
+ Graphics.UI.Gtk.Vte.Vte: [vcFore] :: VteChar -> Color
+ Graphics.UI.Gtk.Vte.Vte: [vcRow] :: VteChar -> Int
+ Graphics.UI.Gtk.Vte.Vte: [vcStrikethrough] :: VteChar -> Bool
+ Graphics.UI.Gtk.Vte.Vte: [vcUnderline] :: VteChar -> Bool
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Classes.Eq Graphics.UI.Gtk.Vte.Vte.RegexCompileFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Classes.Eq Graphics.UI.Gtk.Vte.Vte.RegexMatchFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Classes.Eq Graphics.UI.Gtk.Vte.Vte.TerminalCursorBlinkMode
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Classes.Eq Graphics.UI.Gtk.Vte.Vte.TerminalCursorShape
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Classes.Eq Graphics.UI.Gtk.Vte.Vte.TerminalEraseBinding
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Bounded Graphics.UI.Gtk.Vte.Vte.RegexCompileFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Bounded Graphics.UI.Gtk.Vte.Vte.RegexMatchFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Bounded Graphics.UI.Gtk.Vte.Vte.TerminalCursorBlinkMode
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Bounded Graphics.UI.Gtk.Vte.Vte.TerminalCursorShape
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Bounded Graphics.UI.Gtk.Vte.Vte.TerminalEraseBinding
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Enum Graphics.UI.Gtk.Vte.Vte.RegexCompileFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Enum Graphics.UI.Gtk.Vte.Vte.RegexMatchFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Enum Graphics.UI.Gtk.Vte.Vte.TerminalCursorBlinkMode
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Enum Graphics.UI.Gtk.Vte.Vte.TerminalCursorShape
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Enum.Enum Graphics.UI.Gtk.Vte.Vte.TerminalEraseBinding
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Show.Show Graphics.UI.Gtk.Vte.Vte.RegexCompileFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Show.Show Graphics.UI.Gtk.Vte.Vte.RegexMatchFlags
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Show.Show Graphics.UI.Gtk.Vte.Vte.TerminalCursorBlinkMode
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Show.Show Graphics.UI.Gtk.Vte.Vte.TerminalCursorShape
+ Graphics.UI.Gtk.Vte.Vte: instance GHC.Show.Show Graphics.UI.Gtk.Vte.Vte.TerminalEraseBinding
+ Graphics.UI.Gtk.Vte.Vte: instance System.Glib.Flags.Flags Graphics.UI.Gtk.Vte.Vte.RegexCompileFlags
+ Graphics.UI.Gtk.Vte.Vte: instance System.Glib.Flags.Flags Graphics.UI.Gtk.Vte.Vte.RegexMatchFlags

Files

SetupWrapper.hs view
@@ -20,7 +20,7 @@ import System.Process import System.Exit (ExitCode(..), exitWith) import System.FilePath-import System.Directory+import System.Directory (doesFileExist, getModificationTime) import qualified Control.Exception as Exception import System.IO.Error (isDoesNotExistError) 
vte.cabal view
@@ -1,5 +1,5 @@ Name:           vte-Version:        0.13.0.2+Version:        0.13.0.3 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team