diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2019-02-10 03:32:52 -0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-10 03:32:52 -0800 | 
| commit | 4e8321de13225f1f5bdec8f39993e9b1aa0831a8 (patch) | |
| tree | 60921605598bbec75a6c5c0c2fa1ad2a8c973ff9 /html-test/ref/TypeFamilies.html | |
| parent | 8ceef39304cf14741f08abdaac26099f9f1b8055 (diff) | |
Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)
This means that `html-test`, `latex-test`, `hoogle-test`, and
`hypsrc-test` now only depend on GHC boot libs. So we should
now be able to build and run these as part of GHC's testsuite. \o/
The reference output has changed very slightly, in three ways:
  * we don't convert quotes back into `"` as the `xml` lib did
  * we don't add extra ` ` as the `xml` lib did
  * we now remove the entire footer `div` (instead of just emptying it)
Diffstat (limited to 'html-test/ref/TypeFamilies.html')
| -rw-r--r-- | html-test/ref/TypeFamilies.html | 42 | 
1 files changed, 20 insertions, 22 deletions
diff --git a/html-test/ref/TypeFamilies.html b/html-test/ref/TypeFamilies.html index 8e1e7364..53a65db8 100644 --- a/html-test/ref/TypeFamilies.html +++ b/html-test/ref/TypeFamilies.html @@ -10,14 +10,14 @@       /><script src="haddock-bundle.min.js" async="async" type="text/javascript"      ></script      ><script type="text/x-mathjax-config" -    >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script +    >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script      ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"      ></script      ></head    ><body    ><div id="package-header"      ><span class="caption empty" -      ></span +      > </span        ><ul class="links" id="page-menu"        ><li  	><a href="#" @@ -235,7 +235,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -393,7 +393,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -435,7 +435,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -475,7 +475,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -629,7 +629,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -779,7 +779,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -817,7 +817,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -857,7 +857,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -987,7 +987,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -1038,7 +1038,7 @@  		  >ZA</a  		  ></td  		><td class="doc empty" -		></td +		> </td  		></tr  	      ><tr  	      ><td class="src" @@ -1046,7 +1046,7 @@  		  >ZB</a  		  ></td  		><td class="doc empty" -		></td +		> </td  		></tr  	      ></table  	    ></div @@ -1700,7 +1700,7 @@  		  >X</a  		  ></td  		><td class="doc empty" -		></td +		> </td  		></tr  	      ><tr  	      ><td class="src" @@ -1710,7 +1710,7 @@  		  >Y</a  		  ></td  		><td class="doc empty" -		></td +		> </td  		></tr  	      ></table  	    ></div @@ -1749,7 +1749,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -1793,7 +1793,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -1835,7 +1835,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -1897,7 +1897,7 @@  		    >#</a  		    ></td  		  ><td class="doc empty" -		  ></td +		  > </td  		  ></tr  		><tr  		><td colspan="2" @@ -1917,8 +1917,6 @@  	  ></div  	></div        ></div -    ><div id="footer" -    ></div      ></body    ></html ->
\ No newline at end of file +>  | 
