Document version numbers
This commit is contained in:
parent
a181cfb63e
commit
a5571de191
13
README.md
13
README.md
|
@ -15,11 +15,22 @@ Dependencies
|
|||
To succesfully compile the following is needed:
|
||||
|
||||
* The Agda release candidate 2.5.4[^1]
|
||||
* The experimental branch of [Agda Standard Library](https://github.com/agda/agda-stdlib)
|
||||
* [Agda Standard Library](https://github.com/agda/agda-stdlib)
|
||||
* [Cubical](https://github.com/Saizan/cubical-demo/)
|
||||
|
||||
[^1]: At least version >= [`707ce6042b6a3bdb26521f3fe8dfe5d8a8470a43`](https://github.com/agda/agda/commit/707ce6042b6a3bdb26521f3fe8dfe5d8a8470a43)
|
||||
|
||||
The version of the libraries that this depends on can be shown by
|
||||
executing the following command in the root directory of the project:
|
||||
|
||||
git submodule foreach git rev-parse HEAD
|
||||
|
||||
Unfortunately Agda's module system does not allow us to automatically
|
||||
add these dependencies. So you'll have to make sure you're using
|
||||
versions of these libraries that are compatible with this
|
||||
project. Since this information is only provided as documentation it
|
||||
may also noot be up-to-date so beware.
|
||||
|
||||
It's important to have the right version of these - but which one is the right
|
||||
is in constant flux. It's most likely the newest one.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4493cf249a1648be2ad365fe94ece337bfbcb5d9
|
||||
Subproject commit 55ad461aa4fc6cf22e97812b7ff8128b3c7a902c
|
|
@ -1 +1 @@
|
|||
Subproject commit 4e5d43a9c75286b3a8750567d75a930674d7720d
|
||||
Subproject commit dfa196a4da79b41c9ee30f825b86a5eb6181e632
|
Loading…
Reference in a new issue