[commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, master, metainfo, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/orf-reboot: Make the doc parser not complain (215e040)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:31:05 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: T6018-injective-type-families,adamse-D1033,ghc-head,master,metainfo,wip/10268,wip/10313,wip/D538,wip/D538-1,wip/D538-2,wip/D538-3,wip/D538-4,wip/D538-5,wip/D538-6,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3,wip/orf-reboot
Link       : http://git.haskell.org/haddock.git/commitdiff/215e04020d6cff0c31f452d46b85300fe4986629

>---------------------------------------------------------------

commit 215e04020d6cff0c31f452d46b85300fe4986629
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Sun Aug 31 14:18:44 2014 +0100

    Make the doc parser not complain


>---------------------------------------------------------------

215e04020d6cff0c31f452d46b85300fe4986629
 doc/haddock.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/haddock.xml b/doc/haddock.xml
index 39a947c..51cbd27 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -1,6 +1,14 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+    <!ENTITY nbsp   ' '>
+    <!ENTITY frac12 '½'>
+    <!ENTITY mdash  '—'>
+    <!ENTITY lsquo  '’'>
+    <!ENTITY rsquo  '‚'>
+    <!ENTITY ldquo  '“'>
+    <!ENTITY rdquo  '”'>
+] >
 
 <book id="haddock">
   <bookinfo>



More information about the ghc-commits mailing list