packages feed

X11 1.6.1 → 1.6.1.1

raw patch · 2 files changed

+5/−2 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Graphics.X11.Xlib.Extras: xFree :: Ptr a -> IO CInt

Files

Graphics/X11/Xlib/Extras.hsc view
@@ -11,7 +11,10 @@ -- missing functionality from the X11 library -- -module Graphics.X11.Xlib.Extras where+module Graphics.X11.Xlib.Extras (+  module Graphics.X11.Xlib.Extras,+  module Graphics.X11.Xlib.Internal+  ) where  import Data.Maybe import Data.Typeable ( Typeable )
X11.cabal view
@@ -1,5 +1,5 @@ name:               X11-version:            1.6.1+version:            1.6.1.1 license:            BSD3 license-file:       LICENSE copyright:          Alastair Reid, 1999-2003, libraries@haskell.org 2003-2007, Don Stewart 2007-2009, Spencer Janssen 2007-2009, Daniel Wagner 2009-2011.