summaryrefslogtreecommitdiff
path: root/p/gtk2hs-buildtools/debian/patches/BangPatterns.patch
blob: 8157074eee66a0dc6b647a8ca109a15e32b8d909 (plain)
1
2
3
4
5
6
7
8
9
10
11
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