aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/CHANGES.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Documentation.Haddock.Utf8`Alec Theriault2019-02-031-1/+4
| | | | | | | | | | | | The circumstances under which this module appeared are completely gone. The Hyperlinker backend no longer needs this module (it uses the more efficient `Encoding` module from `ghc`). Why no deprecation? Because this module really shouldn't exist! - It isn't used in `haddock-library`/`haddock-api` anymore - It was copy pasted directly from `utf8-string` - Folks seeking a boot-lib only solution can use `ghc`'s `Encoding`
* Bump version boundsAlec Theriault2018-11-061-0/+4
|
* Bump haddock-library to 1.7.0Alec Theriault2018-10-161-0/+4
| | | | | | The 1.6.1 release should've been a major bump, since types in the `Documentation.Haddock.Parser.Monad` module changed. This version makes that module internal (as it morally should be).
* Turn haddock-library into a minor releaseAlec Theriault2018-09-221-1/+1
| | | | Fix some version bounds in haddock-library too.
* Bump haddock-api-2.21.0, haddock-library-1.7.0Alec Theriault2018-09-221-0/+4
| | | | | | * Update CHANGELOGS * Update new versions in Cabal files * Purge references to ghc-8.4/master branches in README
* haddock-2.19.1, haddock-api-2.19.1, haddock-library-1.6.0alexbiehl2018-03-271-0/+4
|
* Update changelogs for haddock-2.19.0.1 and haddock-library-1.5.0.1alexbiehl2018-03-101-0/+4
|
* haddock-library: Info about breaking changesAlexander Biehl2018-02-011-0/+3
|
* Adjust changelogsAlexander Biehl2018-02-011-3/+3
|
* Bifoldable and Bitraversable for DocH and MetaDocalexbiehl2017-08-161-1/+1
|
* Provide --show-interface option to dump interfaces (#645)Alexander Biehl2017-08-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | * WIP: Provide --show-interface option to dump interfaces Like ghcs own --show-iface this flag dumps a binary interface file to stdout in a human (and machine) readable fashion. Currently it uses json as output format. * Fill all the jsonNull stubs * Rework Bifunctor instance of DocH, update changelog and documentation * replace changelog, bring DocMarkupH doc back * Update CHANGES.md * Update CHANGES.md * Move Control.Arrow up It would result in unused import if the Bifunctor instance is not generated.
* Changelog for haddock-libraryalexbiehl2017-07-311-0/+3