aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/LaTeX.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1314 from tweag/show-linear-backportHécate Moonlight2021-02-071-3/+11
|\
| * Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2021-02-051-3/+11
* | Add support for labeled module referencesIñaki García Etxebarria2021-02-071-1/+6
|/
* 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 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
* | Better rendering of unboxed sums/tuplesAlec Theriault2018-08-211-2/+2
* | Latex type families (#734)Alec Theriault2018-08-041-24/+107
* | Refactor handling of parens in types (#874)Alec Theriault2018-07-201-76/+47
|/
* Remove HsEqTy and XEqTyRyan Scott2018-06-191-5/+1
* Handle -XStarIsTypeVladislav Zavialov2018-06-141-4/+3
* Fix redundant import warningsSimon Jakobi2018-06-131-1/+1
* Remove ParallelArrays and Data Parallel HaskellBen Gamari2018-06-131-5/+0
* Account for refactoring of LitStringBen Gamari2018-06-131-9/+1
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-297/+305
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-20/+23
| * Match GHC for TTG implemented on HsBinds, D4581Alan Zimmerman2018-04-131-12/+12