aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/InterfaceFile.hs
Commit message (Expand)AuthorAgeFilesLines
* Clean up build and testsuite for GHC 9.4Ben Gamari2022-08-051-13/+0
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-155/+24
|\
| * Update for GHC 9.4Ben Gamari2022-04-231-2/+2
| * Bump GHC version to 9.3Ben Gamari2021-04-101-3/+3
| * NameCache doesn't store a UniqSupply anymoreSylvain Henry2021-03-221-12/+2
| * Fix after NameCache changesSylvain Henry2021-03-221-141/+20
* | Render module tree per package in the content page (#1492)Marcin Szamotulski2022-06-071-9/+78
* | Add hlint action .hlint.yaml with ignores & CPP. (#1475)Phil de Joux2022-05-021-0/+1
* | Bump GHC version to 9.2Ben Gamari2021-03-221-1/+1
|/
* Update for "FastString: Use FastMutInt instead of IORef Int"Ben Gamari2021-03-101-4/+2
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-2/+2
|\
| * Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-3/+28
| |\
| * | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-1/+1
| * | Bump GHC version to 9.1Ben Gamari2020-09-141-1/+1
* | | Remove dubious parseModLinkalexbiehl2021-02-071-4/+4
* | | Add support for labeled module referencesIñaki García Etxebarria2021-02-071-6/+35
* | | Cleanup: fix build warningsVladislav Zavialov2021-02-051-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-3/+28
|\ \
| * | Cleanup up GHC flags in `.cabal` filesAlec Theriault2020-03-281-1/+1
| * | Remove unused `Haddock.Utils` functionsAlec Theriault2020-03-281-1/+1
| * | Tentative 2.24 releaseAlec Theriault2020-03-221-1/+1
| * | Clean up warningsAlec Theriault2020-03-221-1/+1
| * | Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-1/+26
| |\ \
| | * | Better identifier parsingAlec Theriault2019-02-251-1/+26
* | | | Bump GHC version to 9.0Ben Gamari2020-07-281-1/+1
| |_|/ |/| |
* | | Update for UniqFM changes.Andreas Klebinger2020-07-021-7/+8
* | | UnitId has been renamed into UnitSylvain Henry2020-04-271-4/+4
* | | Module structureSylvain Henry2020-04-241-3/+3
* | | Modules: TypesSylvain Henry2020-03-181-5/+5
* | | Merge remote-tracking branch 'upstream/ghc-head' into HEADBen Gamari2020-02-231-1/+1
|\ \ \
| * | | Fix build of haddock in stage1Cale Gibbard2020-02-101-1/+1
* | | | Modules: Driver (#13009)Sylvain Henry2020-02-191-2/+2
|/ / /
* | | Fix after Iface modules renamingSylvain Henry2020-01-021-2/+2
* | | Drop support for base 4.13Ben Gamari2019-11-161-1/+1
|/ /
* / Bump ghc version to 8.9Ryan Scott2019-02-181-1/+1
|/
* Bump version boundsAlec Theriault2018-11-061-1/+1
* Support hyperlink labels with inline markupAlec Theriault2018-11-061-1/+1
* Let `haddock-test` bypass interface version check (#890)Alec Theriault2018-07-201-2/+4
* Bump GHC version to 8.7Ben Gamari2018-06-201-1/+1
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-1/+1
|\
| * Bump GHC versionBen Gamari2017-12-041-1/+1
* | @since includes package name (#749)Alec Theriault2018-03-271-3/+8
* | Grid Tables (#718)Oleg Grenrus2018-02-011-0/+32
|/
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-311-1/+1
|\
| * More general type for nameCacheFromGhc. (#539)Carlo Hamalainen2017-10-311-1/+1
* | Precise Haddock: Use Avails for export resolution (#688)Alexander Biehl2017-10-081-8/+3
* | IntefaceFile versionalexbiehl2017-08-221-1/+1
* | Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-7/+7
|\|
| * Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-091-3/+5
| * Fix Binary instance for InstalledInterface (#611)Alex Biehl2017-05-011-2/+0