
I'd like to make a patch for the X11 package. I found http://hackage.haskell.org/package/X11 , which references http://code.haskell.org/X11/ , which appears to be empty. Did something go wrong? If it helps any, the change is trivial (just want to get at the Visual pointer from another package, much in the way Display and Screen are exposed). I'd be happy to make a Darcs format patch if you'd prefer that. diff -ur X11-1.5.0.0/Graphics/X11/Xlib/Types.hsc myX11/Graphics/X11/Xlib/Types.hsc --- X11-1.5.0.0/Graphics/X11/Xlib/Types.hsc 2009-12-15 16:40:09.000000000 -0800 +++ myX11/Graphics/X11/Xlib/Types.hsc 2010-01-01 21:56:24.285089794 -0800 @@ -15,7 +15,7 @@ -- #hide module Graphics.X11.Xlib.Types( - Display(..), Screen(..), Visual, GC, GCValues, SetWindowAttributes, + Display(..), Screen(..), Visual(..), GC, GCValues, SetWindowAttributes, Image(..), Point(..), Rectangle(..), Arc(..), Segment(..), Color(..), Pixel, Position, Dimension, Angle, ScreenNumber, Buffer ) where