summary refs log tree commit diff
path: root/doc/languages-frameworks/agda.section.md
Commit message (Collapse)AuthorAge
* adga: Add test for all packagesManuel Bärenz2021-08-03
|
* agda.section.md: Lay out Agda maintenance guidelinesManuel Bärenz2021-08-03
|
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* agda: extend agda language frameworks manual sectionAlexander Ben Nasrallah2021-04-23
| | | | | - add code snippets - be more detailed on some aspects
* doc/languages-frameworks/*: add missing languages to code fencesSandro Jäckel2021-04-05
| | | | convert shell -> ShellSession
* agda.withPackages: use GHC with ieee754 as defaultAlexander Ben Nasrallah2021-01-22
| | | | | As mentioned in the package description of ieee on Hackage, ieee is deprecated in favor of ieee754.
* doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* agda.section.md: Fix header, enumerations, capitalisationManuel Bärenz2020-09-18
|
* agda: fix manual buildCole Helbling2020-06-17
| | | | | /build/doc/manual-full.xml:12764:35: error: ID "build-phase" has already been defined /build/doc/manual-full.xml:9029:33: error: first occurrence of ID "build-phase"
* agda: install literate filesAlex Rice2020-06-01
|
* agda: fix typo in library management documentationUma Zalakain2020-05-24
| | | | Agda expects a "depend" (not "depends") field in the library description.
* agda: rework builderAlex Rice2020-05-14