Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -3/+3 |
|\ | |||||
| * | Update test fixtures | Kleidukos | 2020-03-19 | 1 | -3/+3 |
| | | |||||
| * | Rename 'NewOcean' theme to 'Linuwial' | Alec Theriault | 2018-11-11 | 1 | -2/+2 |
| | | |||||
* | | Update test output for introduction of Safe-Inferred | Ben Gamari | 2019-06-07 | 1 | -1/+1 |
| | | |||||
* | | Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027) | Alec Theriault | 2019-02-10 | 1 | -6/+4 |
|/ | | | | | | | | | | | 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) | ||||
* | Merge branch 'ghc-8.6' into wip/new-ocean | Alec Theriault | 2018-11-09 | 1 | -1/+3 |
|\ | |||||
| * | Only run MathJax on entities with "mathjax" class (#960) | Alec Theriault | 2018-11-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Correspondingly, we wrap all inline/diplay math in <span class="mathjax"> ... the math .... </span> This fixes #959. | ||||
* | | Accept HTML output | Alec Theriault | 2018-10-25 | 1 | -5/+7 |
|/ | |||||
* | Avoid more conflicts in generated ids (#954) | Alec Theriault | 2018-10-25 | 1 | -0/+146 |
This fixes #953 by passing more names into the generated ids. |