Your message dated Thu, 02 Jun 2011 23:53:54 +0200
with message-id <1307051634.26269.10.camel@kirk>
and subject line Works now
has caused the Debian Bug report #555604,
regarding ghc6-doc: no syntax highlighting in source code pages
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
555604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555604
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ghc6-doc
Version: 6.10.4-1
Severity: normal
Source code pages - that are referenced from haddock documentation
pages - are not syntax-highlighted.
src/*.html pages use class names with `hs-' prefix, while the classes
defined in hscolour.css do not have this prefix.
For example, there is no `.hs-comment' class defined in hscolour.css:
$ cd /usr/share/doc/ghc6-doc/libraries/bytestring/src/
$ cat hscolour.css
.keyglyph, .layout {color: red;}
.keyword {color: blue;}
.comment, .comment a {color: green;}
.str, .chr {color: teal;}
$
$ grep -o "class='[^']\+'" Data-ByteString.html | sort -u
class='hs-chr'
class='hs-comment'
class='hs-conid'
class='hs-conop'
class='hs-cpp'
class='hs-definition'
class='hs-keyglyph'
class='hs-keyword'
class='hs-layout'
class='hs-num'
class='hs-sel'
class='hs-str'
class='hs-varid'
class='hs-varop'
--
vvv
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ghc6-doc depends on:
ii haddock 2.4.2-3 Documentation tool for annotated H
ghc6-doc recommends no packages.
Versions of packages ghc6-doc suggests:
ii haskell-doc 20061127 Assorted Haskell language document
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 7.0.3-1
Syntax highlighting of recently built packages work. The question of
where to put the .css file and if and how to share it is still open, but
not really the point of this bug report.
--
Joachim "nomeata" Breitner
Debian Developer
[email protected] | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: [email protected] | http://people.debian.org/~nomeata
signature.asc
Description: This is a digitally signed message part
--- End Message ---