agda: fix typo in library management documentation
Agda expects a "depend" (not "depends") field in the library description.
This commit is contained in:
parent
a036bae1fc
commit
196cc47005
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user