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

View File

@ -42,7 +42,7 @@ $ agda -l standard-library -i . MyFile.agda
```
name: my-library
include: .
depends: standard-library
depend: standard-library
```
- Create the file `~/.agda/defaults` and add any libraries you want to use by default.