summaryrefslogtreecommitdiff
path: root/p/gtk2hs-buildtools
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-06-02 21:22:48 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-06-02 21:22:48 +0400
commit4b6e375ba5050f5b6ad629c3c989d0788004d571 (patch)
tree723e0b2951a7d51e3fab4e2a730b7e2f7c67ed59 /p/gtk2hs-buildtools
parente68daa7a059536aa46e2197854297623233c789d (diff)
downloadDHG_packages-4b6e375ba5050f5b6ad629c3c989d0788004d571.tar.gz
gtk2hs-buildtools: Add BangPatterns Language Paragma (Closes: #628302)
Diffstat (limited to 'p/gtk2hs-buildtools')
-rw-r--r--p/gtk2hs-buildtools/debian/changelog6
-rw-r--r--p/gtk2hs-buildtools/debian/patches/BangPatterns.patch12
-rw-r--r--p/gtk2hs-buildtools/debian/patches/series1
3 files changed, 19 insertions, 0 deletions
diff --git a/p/gtk2hs-buildtools/debian/changelog b/p/gtk2hs-buildtools/debian/changelog
index a9c8a2447..2ebeecd02 100644
--- a/p/gtk2hs-buildtools/debian/changelog
+++ b/p/gtk2hs-buildtools/debian/changelog
@@ -1,3 +1,9 @@
+gtk2hs-buildtools (0.12.0-2) UNRELEASED; urgency=low
+
+ * Add BangPatterns Language Paragma (Closes: #628302)
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 02 Jun 2011 18:54:26 +0200
+
gtk2hs-buildtools (0.12.0-1) unstable; urgency=low
[ Marco Silva ]
diff --git a/p/gtk2hs-buildtools/debian/patches/BangPatterns.patch b/p/gtk2hs-buildtools/debian/patches/BangPatterns.patch
new file mode 100644
index 000000000..8157074ee
--- /dev/null
+++ b/p/gtk2hs-buildtools/debian/patches/BangPatterns.patch
@@ -0,0 +1,12 @@
+Description: The generated code has BangPatterns, newer ghc wants this mentioned explicitly
+Author: Joachim Breitner <nomeata@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 --git a/p/gtk2hs-buildtools/debian/patches/series b/p/gtk2hs-buildtools/debian/patches/series
index 86548055f..dc987219a 100644
--- a/p/gtk2hs-buildtools/debian/patches/series
+++ b/p/gtk2hs-buildtools/debian/patches/series
@@ -1 +1,2 @@
manpages.patch
+BangPatterns.patch