aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-headBen Gamari2022-04-251-7/+6
|\
| * Allow text-2.0 in haddock-library (#1459)ˌbodʲɪˈɡrʲim2022-03-041-1/+1
| * fix CI for 9.2 (#1436)Artem Pelenitsyn2021-11-271-2/+2
| * haddock-library does not depend on bytestring or transformers (#1426)Bodigrim2021-10-121-2/+0
| * Use GHC 9.2 in CI runner (#1378)Hécate Moonlight2021-05-281-2/+3
| * Allow hspec 2.8 (#1389)Felix Yan2021-05-141-2/+2
* | Link to (~)Vladislav Zavialov2022-03-141-0/+1
* | CI configuration for ghc-head (#1395)Ben Simms2021-05-283-7/+4
|/
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-1/+1
|\
| * Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-1322-207/+498
| |\
| * | Bump base upper bound to 4.16Vladislav Zavialov2020-09-181-1/+1
* | | Remove dubious parseModLinkalexbiehl2021-02-071-4/+0
* | | Add support for labeled module referencesIñaki García Etxebarria2021-02-075-28/+131
| |/ |/|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-0522-207/+498
|\ \ | |/ |/|
| * Fix haddock-library testsalexbiehl2020-12-081-1/+1
| * Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-083-4/+9
| * Allow more characters in anchor following module reference (#1220)Xia Li-yao2020-12-082-2/+11
| * Allow QuickCheck 2.14Felix Yan2020-04-011-1/+1
| * `haddock-library` document header levelAlec Theriault2020-03-282-5/+5
| * Cleanup up GHC flags in `.cabal` filesAlec Theriault2020-03-281-1/+1
| * Fix crash in `haddock-library` on unicode spaceAlec Theriault2020-03-272-8/+14
| * Update `.travis.yml` to work with GHC 8.10.1Alec Theriault2020-03-261-1/+12
| * Tentative 2.24 releaseAlec Theriault2020-03-222-2/+4
| * Clean up warningsAlec Theriault2020-03-221-14/+12
| * Update parsing to strip whitespace from table cells (#1074)Alina Banerjee2020-03-209-98/+102
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-2013-75/+332
| |\
| | * Fix build-failure regression for base < 4.7Herbert Valerio Riedel2019-12-086-30/+61
| | * Document error-prone conditional definition of instancesHerbert Valerio Riedel2019-12-081-0/+6
| | * Fix Travis CI, loosen .cabal bounds (#1089)Alec Theriault2019-09-201-7/+9
| | * Release haddock-2.23, haddock-library-1.8.0Alec Theriault2019-05-262-6/+6
| | * Remove outdated `.ghci` files and `scripts`Alec Theriault2019-05-131-1/+0
| | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-035-4/+50
| | |\
| | | * Make a fixture of weird parsing of lists (#997)Oleg Grenrus2019-02-045-1/+47
| | | * Loosen 'QuickCheck' and 'hspec' boundsAlec Theriault2019-01-281-2/+2
| | * | Better identifier parsingAlec Theriault2019-02-255-61/+212
| | * | Support value/type namespaces on identifier linksAlec Theriault2019-02-253-8/+30
* | | | haddock: Bounds bumps for GHC 8.12Ben Gamari2020-06-131-2/+2
* | | | Noramlize `tested-with` fields in cabal filesJohn Ericson2020-02-101-0/+2
* | | | Version bumps for GHC 8.11Ben Gamari2019-11-141-1/+1
|/ / /
* | | Merge pull request #1014 from hvr/pr/bsd2-normaliseSimon Marlow2019-02-061-18/+21
|\ \ \ | |/ / |/| |
| * | Normalise LICENSE text w/ cabal's BSD2 templateHerbert Valerio Riedel2019-02-021-18/+21
* | | Remove `Documentation.Haddock.Utf8`Alec Theriault2019-02-034-93/+5
|/ /
* | Update/modernise haddock-library.cabal fileHerbert Valerio Riedel2019-02-021-40/+45
* | Fix warnings, accept outputAlec Theriault2018-12-122-2/+2
* | Bump version boundsAlec Theriault2018-11-061-0/+4
* | Fix/add to haddock-library test suiteAlec Theriault2018-11-067-6/+20
* | Accept test caseAlec Theriault2018-11-061-1/+1
* | Support (and flatten) inline markup in image linksAlec Theriault2018-11-062-5/+44
* | Support hyperlink labels with inline markupAlec Theriault2018-11-063-41/+43
* | Faster 'Text' driven parser combinatorsAlec Theriault2018-11-053-35/+83
|/