Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/ghc-9.4' | Ben Gamari | 2022-08-05 | 1 | -1/+1 |
|\ | |||||
| * | CI configuration for ghc-head (#1395) | Ben Simms | 2021-05-28 | 1 | -1/+1 |
| | | |||||
* | | Fix CI (#1467) | Steve Hart | 2022-03-25 | 1 | -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 Hengel | 2014-11-16 | 1 | -3/+4 |
| | |||||
* | newtype-wrap parser monad | Simon Hengel | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | Compatibility with older versions of base and bytestring | Simon Hengel | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Move parser + parser tests out to own package. | Mateusz Kowalczyk | 2014-05-05 | 1 | -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. |