Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link to (~) | Vladislav Zavialov | 2022-03-14 | 1 | -0/+1 |
* | CI configuration for ghc-head (#1395) | Ben Simms | 2021-05-28 | 3 | -7/+4 |
* | Merge branch 'ghc-head' into ghc-9.0 | alexbiehl-gc | 2021-02-07 | 1 | -1/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 22 | -207/+498 |
| |\ | |||||
| * | | Bump base upper bound to 4.16 | Vladislav Zavialov | 2020-09-18 | 1 | -1/+1 |
* | | | Remove dubious parseModLink | alexbiehl | 2021-02-07 | 1 | -4/+0 |
* | | | Add support for labeled module references | Iñaki García Etxebarria | 2021-02-07 | 5 | -28/+131 |
| |/ |/| | |||||
* | | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 22 | -207/+498 |
|\ \ | |/ |/| | |||||
| * | Fix haddock-library tests | alexbiehl | 2020-12-08 | 1 | -1/+1 |
| * | Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243) | Xia Li-yao | 2020-12-08 | 3 | -4/+9 |
| * | Allow more characters in anchor following module reference (#1220) | Xia Li-yao | 2020-12-08 | 2 | -2/+11 |
| * | Allow QuickCheck 2.14 | Felix Yan | 2020-04-01 | 1 | -1/+1 |
| * | `haddock-library` document header level | Alec Theriault | 2020-03-28 | 2 | -5/+5 |
| * | Cleanup up GHC flags in `.cabal` files | Alec Theriault | 2020-03-28 | 1 | -1/+1 |
| * | Fix crash in `haddock-library` on unicode space | Alec Theriault | 2020-03-27 | 2 | -8/+14 |
| * | Update `.travis.yml` to work with GHC 8.10.1 | Alec Theriault | 2020-03-26 | 1 | -1/+12 |
| * | Tentative 2.24 release | Alec Theriault | 2020-03-22 | 2 | -2/+4 |
| * | Clean up warnings | Alec Theriault | 2020-03-22 | 1 | -14/+12 |
| * | Update parsing to strip whitespace from table cells (#1074) | Alina Banerjee | 2020-03-20 | 9 | -98/+102 |
| * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 13 | -75/+332 |
| |\ | |||||
| | * | Fix build-failure regression for base < 4.7 | Herbert Valerio Riedel | 2019-12-08 | 6 | -30/+61 |
| | * | Document error-prone conditional definition of instances | Herbert Valerio Riedel | 2019-12-08 | 1 | -0/+6 |
| | * | Fix Travis CI, loosen .cabal bounds (#1089) | Alec Theriault | 2019-09-20 | 1 | -7/+9 |
| | * | Release haddock-2.23, haddock-library-1.8.0 | Alec Theriault | 2019-05-26 | 2 | -6/+6 |
| | * | Remove outdated `.ghci` files and `scripts` | Alec Theriault | 2019-05-13 | 1 | -1/+0 |
| | * | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 5 | -4/+50 |
| | |\ | |||||
| | | * | Make a fixture of weird parsing of lists (#997) | Oleg Grenrus | 2019-02-04 | 5 | -1/+47 |
| | | * | Loosen 'QuickCheck' and 'hspec' bounds | Alec Theriault | 2019-01-28 | 1 | -2/+2 |
| | * | | Better identifier parsing | Alec Theriault | 2019-02-25 | 5 | -61/+212 |
| | * | | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 3 | -8/+30 |
* | | | | haddock: Bounds bumps for GHC 8.12 | Ben Gamari | 2020-06-13 | 1 | -2/+2 |
* | | | | Noramlize `tested-with` fields in cabal files | John Ericson | 2020-02-10 | 1 | -0/+2 |
* | | | | Version bumps for GHC 8.11 | Ben Gamari | 2019-11-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1014 from hvr/pr/bsd2-normalise | Simon Marlow | 2019-02-06 | 1 | -18/+21 |
|\ \ \ | |/ / |/| | | |||||
| * | | Normalise LICENSE text w/ cabal's BSD2 template | Herbert Valerio Riedel | 2019-02-02 | 1 | -18/+21 |
* | | | Remove `Documentation.Haddock.Utf8` | Alec Theriault | 2019-02-03 | 4 | -93/+5 |
|/ / | |||||
* | | Update/modernise haddock-library.cabal file | Herbert Valerio Riedel | 2019-02-02 | 1 | -40/+45 |
* | | Fix warnings, accept output | Alec Theriault | 2018-12-12 | 2 | -2/+2 |
* | | Bump version bounds | Alec Theriault | 2018-11-06 | 1 | -0/+4 |
* | | Fix/add to haddock-library test suite | Alec Theriault | 2018-11-06 | 7 | -6/+20 |
* | | Accept test case | Alec Theriault | 2018-11-06 | 1 | -1/+1 |
* | | Support (and flatten) inline markup in image links | Alec Theriault | 2018-11-06 | 2 | -5/+44 |
* | | Support hyperlink labels with inline markup | Alec Theriault | 2018-11-06 | 3 | -41/+43 |
* | | Faster 'Text' driven parser combinators | Alec Theriault | 2018-11-05 | 3 | -35/+83 |
|/ | |||||
* | Bump haddock-library to 1.7.0 | Alec Theriault | 2018-10-16 | 2 | -3/+7 |
* | Minor tweak to package description | Herbert Valerio Riedel | 2018-10-16 | 1 | -2/+2 |
* | Build on 7.4 and 7.8 | Alec Theriault | 2018-10-16 | 1 | -1/+2 |
* | Turn haddock-library into a minor release | Alec Theriault | 2018-09-22 | 2 | -4/+5 |
* | Bump haddock-api-2.21.0, haddock-library-1.7.0 | Alec Theriault | 2018-09-22 | 2 | -2/+6 |
* | Update the ghc-8.6 branch (#889) | Simon Jakobi | 2018-07-20 | 1 | -1/+47 |