[Pkg-haskell-commits] darcs: gtk2hs-buildtools: Patch to work around bug breaking glade.

Clint Adams clint at debian.org
Wed May 9 19:35:58 UTC 2012


Wed May  9 19:35:43 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to work around bug breaking glade.
  Ignore-this: 217b0d8b9b24cfdfe89eb24d3b6ad3fd

    M ./changelog +6
    M ./control -1 +1
    A ./patches/c2hs-workaround.diff
    M ./patches/series +1

Wed May  9 19:35:43 UTC 2012  Clint Adams <clint at debian.org>
  * Patch to work around bug breaking glade.
  Ignore-this: 217b0d8b9b24cfdfe89eb24d3b6ad3fd
diff -rN -u old-gtk2hs-buildtools//changelog new-gtk2hs-buildtools//changelog
--- old-gtk2hs-buildtools//changelog	2012-05-09 19:35:58.082905939 +0000
+++ new-gtk2hs-buildtools//changelog	2012-05-09 19:35:58.086905937 +0000
@@ -1,3 +1,9 @@
+gtk2hs-buildtools (0.12.3-2) unstable; urgency=low
+
+  * Patch hierarchyGen/Hierarchy.chs.template to require GHC >= 7.0.4.
+
+ -- Clint Adams <clint at debian.org>  Wed, 09 May 2012 15:29:44 -0400
+
 gtk2hs-buildtools (0.12.3-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-gtk2hs-buildtools//control new-gtk2hs-buildtools//control
--- old-gtk2hs-buildtools//control	2012-05-09 19:35:58.078906096 +0000
+++ new-gtk2hs-buildtools//control	2012-05-09 19:35:58.094906904 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc
+  , ghc (>= 7.0.4)
   , alex
   , happy
   , libghc-random-dev
diff -rN -u old-gtk2hs-buildtools//patches/c2hs-workaround.diff new-gtk2hs-buildtools//patches/c2hs-workaround.diff
--- old-gtk2hs-buildtools//patches/c2hs-workaround.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk2hs-buildtools//patches/c2hs-workaround.diff	2012-05-09 19:35:58.094906904 +0000
@@ -0,0 +1,14 @@
+--- a/hierarchyGen/Hierarchy.chs.template
++++ b/hierarchyGen/Hierarchy.chs.template
+@@ -37,11 +37,7 @@
+   ) where
+ 
+ import Foreign.ForeignPtr (ForeignPtr, castForeignPtr, unsafeForeignPtrToPtr)
+-#if __GLASGOW_HASKELL__>=704
+ import Foreign.C.Types    (CULong(..), CUInt(..))
+-#else
+-import Foreign.C.Types    (CULong, CUInt)
+-#endif
+ import System.Glib.GType	(GType, typeInstanceIsA)
+ @MODULE_IMPORTS@
+ {# context lib="@CONTEXT_LIB@" prefix="@CONTEXT_PREFIX@" #}
diff -rN -u old-gtk2hs-buildtools//patches/series new-gtk2hs-buildtools//patches/series
--- old-gtk2hs-buildtools//patches/series	2012-05-09 19:35:58.074906409 +0000
+++ new-gtk2hs-buildtools//patches/series	2012-05-09 19:35:58.106906598 +0000
@@ -1,2 +1,3 @@
 manpages.patch
 BangPatterns.patch
+c2hs-workaround.diff





More information about the Pkg-haskell-commits mailing list