summary refs log tree commit diff
path: root/doc/languages-frameworks/agda.section.md
diff options
context:
space:
mode:
authorAlexander Ben Nasrallah <me@abn.sh>2021-01-07 15:55:52 +0100
committerAlexander Ben Nasrallah <me@abn.sh>2021-01-22 16:13:46 +0100
commitb4b4e369212c9f0f5792455a81424a27210a9c61 (patch)
tree2d31a60428c04dc9fb169bf97a0ee2e08f9299bb /doc/languages-frameworks/agda.section.md
parentb929be75dcd605b4233bb69372e1c8b1d7449f47 (diff)
downloadnixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.tar
nixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.tar.gz
nixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.tar.bz2
nixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.tar.lz
nixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.tar.xz
nixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.tar.zst
nixpkgs-b4b4e369212c9f0f5792455a81424a27210a9c61.zip
agda.withPackages: use GHC with ieee754 as default
As mentioned in the package description of ieee on Hackage,
ieee is deprecated in favor of ieee754.
Diffstat (limited to 'doc/languages-frameworks/agda.section.md')
-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 66b4a208302..f57b194a726 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:
 
 ```