aboutsummaryrefslogtreecommitdiff
path: root/haddock-test/haddock-test.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Bump the versionsHécate Moonlight2022-08-051-3/+3
|
* Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-1/+1
|\
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-3/+3
| |\
| | * Update `.travis.yml` to work with GHC 8.10.1Alec Theriault2020-03-261-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.10Alec Theriault2020-03-201-1/+1
| | |\
| | | * Release haddock-2.23, haddock-library-1.8.0Alec Theriault2019-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | Tentatively adjust bounds and changelogs for the release to be bundled with GHC 8.8.1.
* | | | Bump base upper bound to 4.16Vladislav Zavialov2020-09-181-1/+1
|/ / /
* / / Noramlize `tested-with` fields in cabal filesJohn Ericson2020-02-101-1/+2
|/ /
* | Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)Alec Theriault2019-02-101-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 templateHerbert Valerio Riedel2019-02-021-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 Theriault2018-12-271-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.13Ryan Scott2018-04-191-1/+1
| | | | See https://ghc.haskell.org/trac/ghc/ticket/15018.
* Bump base for haddock-library and haddock-testalexbiehl2017-09-291-1/+1
|
* Fix test failures on Windows (#564)Yuji Yamamoto2017-07-031-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-testalexbiehl2017-04-111-1/+1
|
* publish haddock-test librarySebastian Meric de Bellefon2016-06-061-1/+1
|
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-081-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 Hanuszczak2015-08-221-1/+1
|
* Adjust module visibility and items they export.Łukasz Hanuszczak2015-08-221-1/+1
|
* Move Haddock runner of HTML test suite to Haddock test package.Łukasz Hanuszczak2015-08-221-0/+1
|
* Enable all compiler warnings in Haddock test package configuration.Łukasz Hanuszczak2015-08-221-0/+1
|
* Refactor HTML test suite boilerplate to external package.Łukasz Hanuszczak2015-08-221-0/+26