[Pkg-haskell-commits] darcs: gtk2hs-buildtools: Add BangPatterns Language Paragma (Closes: #628302)

Joachim Breitner mail at joachim-breitner.de
Thu Jun 2 17:25:26 UTC 2011


Thu Jun  2 17:22:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add BangPatterns Language Paragma (Closes: #628302)
  Ignore-this: 64dd96f9a1a7eedd3cdf42836571635c

    M ./changelog +6
    A ./patches/BangPatterns.patch
    M ./patches/series +1

Thu Jun  2 17:22:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add BangPatterns Language Paragma (Closes: #628302)
  Ignore-this: 64dd96f9a1a7eedd3cdf42836571635c
diff -rN -u old-gtk2hs-buildtools//changelog new-gtk2hs-buildtools//changelog
--- old-gtk2hs-buildtools//changelog	2011-06-02 17:25:26.863777954 +0000
+++ new-gtk2hs-buildtools//changelog	2011-06-02 17:25:26.871779345 +0000
@@ -1,3 +1,9 @@
+gtk2hs-buildtools (0.12.0-2) UNRELEASED; urgency=low
+
+  * Add BangPatterns Language Paragma (Closes: #628302)
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 02 Jun 2011 18:54:26 +0200
+
 gtk2hs-buildtools (0.12.0-1) unstable; urgency=low
 
   [ Marco Silva ]
diff -rN -u old-gtk2hs-buildtools//patches/BangPatterns.patch new-gtk2hs-buildtools//patches/BangPatterns.patch
--- old-gtk2hs-buildtools//patches/BangPatterns.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-gtk2hs-buildtools//patches/BangPatterns.patch	2011-06-02 17:25:26.867781948 +0000
@@ -0,0 +1,13 @@
+Description: The generated code has BangPatterns, newer ghc wants this mentioned explicitly
+Author: Joachim Breitner <nomeata at debian.org>
+Bug-Debian: http://bugs.debian.org/628302
+--- gtk2hs-buildtools-0.12.0.orig/c2hs/c/CLexer.x
++++ gtk2hs-buildtools-0.12.0/c2hs/c/CLexer.x
+@@ -63,6 +63,7 @@
+ --
+ 
+ {
++{-# LANGUAGE BangPatterns #-}
+ 
+ module CLexer (lexC, parseError) where
+ 
diff -rN -u old-gtk2hs-buildtools//patches/series new-gtk2hs-buildtools//patches/series
--- old-gtk2hs-buildtools//patches/series	2011-06-02 17:25:26.859780557 +0000
+++ new-gtk2hs-buildtools//patches/series	2011-06-02 17:25:26.871779345 +0000
@@ -1 +1,2 @@
 manpages.patch
+BangPatterns.patch





More information about the Pkg-haskell-commits mailing list