+++ Joachim Breitner [Feb 22 10 15:24 ]: > Hi, > > Am Montag, den 22.02.2010, 15:05 +0100 schrieb Cyril Brulebois: > > Source: highlighting-kate > > your package FTBFS: > > | Running hscolour for highlighting-kate-0.2.5... > > | HsColour: Text/Highlighting/Kate/Syntax/D.hs: hGetContents: invalid > > argument (invalid UTF-8 byte sequence) > > | make: *** [build-haddock-stamp] Error 1
(Upstream developer here:) I think I see the root of the problem. highlighting-kate's syntax highlighting modules are generated programmatically from kate xml language definitions. I updated highlighting-kate's own modules for compatibility with GHC 6.12 (where you can't use System.IO.UTF8 or you'll get double decoding/encoding), but I forgot to update the program that writes the modules for particular languages. So these source files are not themselves properly encoded. I will fix this and upload a new version to HackageDB today if I can. John -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org