agda: fix typo in library management documentation

Agda expects a "depend" (not "depends") field in the library description.
This commit is contained in:
Uma Zalakain
2020-05-24 14:20:05 +02:00
committed by Bjørn Forsman
parent a036bae1fc
commit 196cc47005
+1 -1
View File
@@ -42,7 +42,7 @@ $ agda -l standard-library -i . MyFile.agda
``` ```
name: my-library name: my-library
include: . include: .
depends: standard-library depend: standard-library
``` ```
- Create the file `~/.agda/defaults` and add any libraries you want to use by default. - Create the file `~/.agda/defaults` and add any libraries you want to use by default.