[Pkg-haskell-commits] darcs: haskell-glib: New upstream version 0.12.4.
Clint Adams
clint at debian.org
Mon Nov 12 21:39:39 UTC 2012
Mon Nov 12 21:39:29 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.12.4.
Ignore-this: 60a787f81f7d4ebbdcd64096f03dffc0
M ./changelog -3 +7
R ./patches/rts-api-ghc-7.4
R ./patches/series
Mon Nov 12 21:39:29 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.12.4.
Ignore-this: 60a787f81f7d4ebbdcd64096f03dffc0
diff -rN -u old-haskell-glib//changelog new-haskell-glib//changelog
--- old-haskell-glib//changelog 2012-11-12 21:39:39.571741918 +0000
+++ new-haskell-glib//changelog 2012-11-12 21:39:39.571741918 +0000
@@ -1,10 +1,14 @@
-haskell-glib (0.12.2-2) UNRELEASED; urgency=low
+haskell-glib (0.12.4-1) experimental; urgency=low
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ [ Joachim Breitner ]
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata at debian.org> Sat, 13 Oct 2012 14:09:37 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 12 Nov 2012 16:35:10 -0500
haskell-glib (0.12.2-1) unstable; urgency=low
diff -rN -u old-haskell-glib//patches/rts-api-ghc-7.4 new-haskell-glib//patches/rts-api-ghc-7.4
--- old-haskell-glib//patches/rts-api-ghc-7.4 2012-11-12 21:39:39.555745351 +0000
+++ new-haskell-glib//patches/rts-api-ghc-7.4 1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-Fri Jan 20 07:40:20 CET 2012 Duncan Coutts <duncan at community.haskell.org>
- * Fix glib for change in RTS API in GHC 7.4
-diff -rN -u old-glib/System/Glib/hsgclosure.c new-glib/System/Glib/hsgclosure.c
---- old-glib/System/Glib/hsgclosure.c 2012-02-13 23:00:36.783856552 +0100
-+++ new-glib/System/Glib/hsgclosure.c 2012-02-13 23:00:36.879857028 +0100
-@@ -107,8 +107,12 @@
- WHEN_DEBUG(g_debug("gtk2hs_closure_marshal(%p): about to rts_evalIO", hc->callback));
-
- /* perform the call */
-+ #if __GLASGOW_HASKELL__>=704
-+ rts_evalIO(&cap, rts_apply(CAP (HaskellObj)runIO_closure, call),&ret);
-+ #else
- cap=rts_evalIO(CAP rts_apply(CAP (HaskellObj)runIO_closure, call),&ret);
--
-+ #endif
-+
- WHEN_DEBUG(g_debug("gtk2hs_closure_marshal(%p): about to rts_checkSchedStatus", hc->callback));
-
- /* barf if anything went wrong */
diff -rN -u old-haskell-glib//patches/series new-haskell-glib//patches/series
--- old-haskell-glib//patches/series 2012-11-12 21:39:39.555745351 +0000
+++ new-haskell-glib//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-rts-api-ghc-7.4
More information about the Pkg-haskell-commits
mailing list