aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/test/Documentation/Haddock/Parser/UtilSpec.hs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-1/+1
|\
| * CI configuration for ghc-head (#1395)Ben Simms2021-05-281-1/+1
| |
* | Fix CI (#1467)Steve Hart2022-03-251-0/+3
|/ | | | | | | | * CI: Reinstall GHC with docs CI tests were failing because the GHC preinstalled to the CI environment does not include documentation, which is required for running the Haddock tests. This commit causes the CI workflow to reinstall GHC with docs so that tests can succeed.
* (wip) Add support for @since (closes #26)Simon Hengel2014-11-161-3/+4
|
* newtype-wrap parser monadSimon Hengel2014-11-081-1/+1
|
* Compatibility with older versions of base and bytestringSimon Hengel2014-06-181-1/+1
|
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-051-0/+22
We move some types out that are necessary as well and then re-export and specialise them in the core Haddock. Reason for moving out spec tests is that if we're working on the parser, we can simply work on that and we can ignore the rest of Haddock. The downside is that it's a little inconvenient if at the end of the day we want to see that everything passes.