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 12:15:46 +01:00 committed by Bjørn Forsman
parent a036bae1fc
commit 196cc47005
1 changed files with 1 additions and 1 deletions

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.