aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/LaTeX.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41964cb2fd54b5a10f8c0f28147015b7d5ad2c02' into wip/ghc-head-mergeBen Gamari2021-02-061-0/+1
|\
| * type level characters support for haddock (required for #11342)Daniel Rogozin2021-02-051-0/+1
| * Abstract Monad for interface creationAlex Biehl2021-01-091-1/+1
* | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-131/+153
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-134/+155
| |\
| | * Changes for GHC#17566Alex Biehl2020-12-081-1/+1
| | * Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-1/+1
| | * Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-281-2/+3
| | * Clean up warningsAlec Theriault2020-03-221-8/+1
| | * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-138/+168
| | |\
| | | * Matching changes in GHC for #16236Alan Zimmerman2019-03-291-3/+3
| | | * Many LaTeX backend fixesAlec Theriault2019-03-091-98/+118
| | | * Avoid multi-line `emph` in LaTeX backendAlec Theriault2019-03-091-1/+1
| | | * Better support for default methods in classesAlec Theriault2019-03-091-23/+24
| | | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-23/+30
| | | |\
| | | | * Keep forall on H98 existential data constructors (#1003)Alec Theriault2019-01-231-1/+1
| | | | * More uniform handling of `forall`'s in HTML/LaTeXAlec Theriault2018-11-261-21/+28
| | | * | Better identifier parsingAlec Theriault2019-02-251-10/+9
* | | | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-161-1/+1
* | | | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-161-3/+11
* | | | | Merge pull request #1257 from AndreasPK/wip/andreask/opt_dumpsBen Gamari2020-12-031-1/+1
|\ \ \ \ \
| * | | | | Update for changes in GHC's PrettyAndreas Klebinger2020-11-241-1/+1
* | | | | | Add type arguments to PrefixConCale Gibbard2020-11-251-2/+2
|/ / / / /
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-21/+45
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-301-14/+16
* | | | | Add whitespace in: map ($ v)Vladislav Zavialov2020-10-151-3/+3
* | | | | Fix after Outputable refactoringSylvain Henry2020-08-051-1/+1
* | | | | Update for modular ping pongZubin Duggal2020-07-231-1/+0
|/ / / /
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-8/+9
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-12/+12
* | | | Changes for GHC#18191Ryan Scott2020-06-051-1/+1
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-6/+19
* | | | Module structureSylvain Henry2020-04-241-4/+4
* | | | Make NoExtCon fields strictRyan Scott2020-04-071-8/+0
* | | | Modules: TypesSylvain Henry2020-03-201-4/+4
* | | | Changes for GHC#17566Ryan Scott2020-01-251-1/+1
|/ / /
* | | Changes for #15247Ryan Scott2019-07-031-18/+18
* | | Visible dependent quantification (#16326) changesRyan Scott2019-02-271-4/+12
* | | Matching changes in GHC for #16236Alan Zimmerman2019-02-051-3/+3
|/ /
* | Miscellaneous improvements to `Convert` (#1020)Alec Theriault2019-02-031-5/+5
* | Visible kind application haddock updatemynguyen2018-12-301-4/+18
* | Refactor names + unused functions (#982)Alec Theriault2018-12-171-9/+6
* | [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-0/+2
* | Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-2/+3
* | Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-11-101-5/+5
|\|
| * Fix documentation in `haddock-api` (#957)Alec Theriault2018-10-271-5/+5
| * Latex type families (#734)Alec Theriault2018-10-161-24/+107
| * Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-76/+47
* | Support hyperlink labels with inline markupAlec Theriault2018-11-061-3/+3
* | Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-161-2/+2