Description: The generated code has BangPatterns, newer ghc wants this mentioned explicitly Author: Joachim Breitner Bug-Debian: http://bugs.debian.org/628302 Index: gtk2hs-buildtools-0.12.1/c2hs/c/CLexer.x =================================================================== --- gtk2hs-buildtools-0.12.1.orig/c2hs/c/CLexer.x 2011-09-12 13:44:10.000000000 +0200 +++ gtk2hs-buildtools-0.12.1/c2hs/c/CLexer.x 2012-02-24 22:47:58.000000000 +0100 @@ -63,6 +63,7 @@ -- { +{-# LANGUAGE BangPatterns #-} module CLexer (lexC, parseError) where @@ -229,6 +230,7 @@ { +{-# LANGUAGE BangPatterns #-} -- We use the odd looking list of string patterns here rather than normal -- string literals since GHC converts the latter into a sequence of string