diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 23:35:19 +0100 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 23:35:19 +0100 |
commit | 85b191cd3134102c7205c1771806ee16f73b3a89 (patch) | |
tree | 9ca3e343244e8a1e5fc15f4874e220f4c852651a /doc/pack.toml | |
parent | bc260cdfa7b309820594b7caf14f62be8343358e (diff) |
Write about equivalence relations
Diffstat (limited to 'doc/pack.toml')
-rw-r--r-- | doc/pack.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/pack.toml b/doc/pack.toml index d555f03..3aff702 100644 --- a/doc/pack.toml +++ b/doc/pack.toml @@ -1,4 +1,10 @@ -[doc.setoid] +[custom.all.setoid] type = "local" path = ".." ipkg = "setoid.ipkg" + +[custom.all.frex] +type = "github" +url = "https://github.com/frex-project/idris-frex" +commit = "latest:main" +ipkg = "frex.ipkg" |