Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -3/+3 |
| |\ | |||||
| | * | Update `.travis.yml` to work with GHC 8.10.1 | Alec Theriault | 2020-03-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | * Regenerated the Travis file with `haskell-ci` * Beef up `.cabal` files with more `tested-with` information | ||||
| | * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Release haddock-2.23, haddock-library-1.8.0 | Alec Theriault | 2019-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Tentatively adjust bounds and changelogs for the release to be bundled with GHC 8.8.1. | ||||
* | | | | Bump base upper bound to 4.16 | Vladislav Zavialov | 2020-09-18 | 1 | -1/+1 |
|/ / / | |||||
* / / | Noramlize `tested-with` fields in cabal files | John Ericson | 2020-02-10 | 1 | -1/+2 |
|/ / | |||||
* | | Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027) | Alec Theriault | 2019-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | Normalise LICENSE text w/ cabal's BSD2 template | Herbert Valerio Riedel | 2019-02-02 | 1 | -1/+1 |
|/ | | | | | Also, correct the `.cabal` files to advertise `BSD2` instead of the incorrect `BSD3` license. | ||||
* | Remove `haddock-test`'s dep. on `syb` (#987) | Alec Theriault | 2018-12-27 | 1 | -1/+1 |
| | | | | The functionality is easily inlined into one short function: `gmapEverywhere`. This doesn't warrant pulling in another package. | ||||
* | Bump upper bound on base to < 4.13 | Ryan Scott | 2018-04-19 | 1 | -1/+1 |
| | | | | See https://ghc.haskell.org/trac/ghc/ticket/15018. | ||||
* | Bump base for haddock-library and haddock-test | alexbiehl | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | Fix test failures on Windows (#564) | Yuji Yamamoto | 2017-07-03 | 1 | -1/+1 |
| | | | | | | | | | | * Ignore .stack-work * Fix for windows: use nul instead of /dev/null * Fix for windows: canonicalize line separator * Also normalize osx line endings | ||||
* | Allow base-4.10 for haddock-test | alexbiehl | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | publish haddock-test library | Sebastian Meric de Bellefon | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | testsuite: Rework handling of output sanitization | Ben Gamari | 2016-02-08 | 1 | -1/+1 |
| | | | | | | | | | Previously un-cleaned artifacts were kept as reference output, making it difficult to tell what has changed and causing spurious changes in the version control history. Here we rework this, cleaning the output during acceptance. To accomplish this it was necessary to move to strict I/O to ensure the reference handle was closed before accept attempts to open the reference file. | ||||
* | Create helper function for conversion between XML and XHTML. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+1 |
| | |||||
* | Adjust module visibility and items they export. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+1 |
| | |||||
* | Move Haddock runner of HTML test suite to Haddock test package. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+1 |
| | |||||
* | Enable all compiler warnings in Haddock test package configuration. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+1 |
| | |||||
* | Refactor HTML test suite boilerplate to external package. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+26 |