summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghc_config.py.in
Commit message (Collapse)AuthorAgeFilesLines
* configure: Determine library versions of template-haskell, et al.Ben Gamari2019-10-071-0/+3
| | | | These are needed by the user guide documentation. Fixes #17260.
* users-guide: Update Wiki URLs to point to GitLabTakenobu Tani2019-03-191-1/+1
| | | | | | | | | | The user's guide uses the `ghc-wiki` macro, and substitution rules are complicated. So I manually edited `.rst` files without sed. I changed `Commentary/Latedmd` only to a different page. It is more appropriate as an example. [ci skip]
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
| | | | | This moves all URL references to Trac tickets to their corresponding GitLab counterparts.
* users-guide: Consistently document LLVM version requirementBen Gamari2017-12-141-0/+2
| | | | (cherry picked from commit fdccc6666d838cf8708b9fc03a9ce2aa04fe9439)
* users-guide: Make it easier to reference haddocksBen Gamari2017-07-241-6/+12
| | | | | | | | | | | | | | Previously you had to painstakingly construct the URI to the haddock documentation. Now the Python bits have enough smarts to construct this themselves. Reviewers: austin, patrickdoc Reviewed By: patrickdoc Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3785
* Fix more documentation wibblesBen Gamari2017-07-231-3/+5
| | | | Fixes #14020, #14016, #14015, #14019
* user-guide: fix links to compact regionTakenobu Tani2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | There were broken links in users_guide for compact region. * Data-Compact -> GHC-Compact * compact-@LIBRARY_compact_VERSION@ -> ghc-compact-@LIBRARY_compact_VERSION@ This commit is for ghc-8.2 branch. Test Plan: build Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3521
* Some 8.2.1 release notes for my stuffSimon Marlow2017-01-171-0/+1
| | | | | | | | | | | | Test Plan: Built it and looked at it Reviewers: niteria, erikd, dfeuer, austin, hvr, bgamari Reviewed By: bgamari Subscribers: dfeuer, thomie, erikd Differential Revision: https://phabricator.haskell.org/D2959
* users-guide: Fix version numberBen Gamari2015-11-201-1/+1
| | | | | Previously used GhcVersion, which is apparently the version of the bootstrap compiler. ProjectVersion appears to be the thing to use here.
* docs: Fix ghc_config.py.inBen Gamari2015-10-031-1/+1
|
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-0/+9