SOURCES: gtk2hs-CUInt.patch (NEW) - fix for latest gtk+2

baggins baggins at pld-linux.org
Tue Sep 11 15:13:59 CEST 2007


Author: baggins                      Date: Tue Sep 11 13:13:59 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for latest gtk+2

---- Files affected:
SOURCES:
   gtk2hs-CUInt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk2hs-CUInt.patch
diff -u /dev/null SOURCES/gtk2hs-CUInt.patch:1.1
--- /dev/null	Tue Sep 11 15:13:59 2007
+++ SOURCES/gtk2hs-CUInt.patch	Tue Sep 11 15:13:54 2007
@@ -0,0 +1,12 @@
+diff -urN gtk2hs-0.9.12/tools/hierarchyGen/Hierarchy.chs.template gtk2hs-0.9.12-darcs/tools/hierarchyGen/Hierarchy.chs.template
+--- gtk2hs-0.9.12/tools/hierarchyGen/Hierarchy.chs.template	2007-06-27 22:54:19.000000000 +0200
++++ gtk2hs-0.9.12-darcs/tools/hierarchyGen/Hierarchy.chs.template	2007-09-11 14:17:56.279138397 +0200
+@@ -31,7 +31,7 @@
+   ) where
+ 
+ import Foreign.ForeignPtr (ForeignPtr, castForeignPtr, unsafeForeignPtrToPtr)
+-import Foreign.C.Types    (CULong)
++import Foreign.C.Types    (CULong, CUInt)
+ import System.Glib.GType	(GType, typeInstanceIsA)
+ import GHC.Base			(unsafeCoerce#)
+ @IMPORT_PARENT@
================================================================


More information about the pld-cvs-commit mailing list