about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-04 00:35:42 +0000
committerGitHub <noreply@github.com>2021-02-04 00:35:42 +0000
commita93a3ec7155d2f5a0b2fab9496296fe7d95d9966 (patch)
tree5e3ffadab82f14b0dda2d6ebdd99bab0ab0e316d /doc
parent25e3e66b652f39cadad08f2f2aadbe7b2f8211b7 (diff)
parentf29b00fcb45cd086899c607f5db39b67f8dcb238 (diff)
Merge staging-next into staging
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/agda.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/agda.section.md b/doc/languages-frameworks/agda.section.md
index 66b4a2083021b..f57b194a7266e 100644
--- a/doc/languages-frameworks/agda.section.md
+++ b/doc/languages-frameworks/agda.section.md
@@ -46,7 +46,7 @@ depend: standard-library
 More information can be found in the [official Agda documentation on library management](https://agda.readthedocs.io/en/v2.6.1/tools/package-system.html).
 
 ## Compiling Agda
-Agda modules can be compiled with the `--compile` flag. A version of `ghc` with `ieee` is made available to the Agda program via the `--with-compiler` flag.
+Agda modules can be compiled with the `--compile` flag. A version of `ghc` with `ieee754` is made available to the Agda program via the `--with-compiler` flag.
 This can be overridden by a different version of `ghc` as follows:
 
 ```