csci8980-f21/.gitmodules
Liang-Ting Chen 43bdaa94f4
Use https instead of git for fetching the standard library (#572)
* Use https instead of git for fetching the standard library

* Clone the standard library shallowly
2021-08-22 19:52:55 +01:00

4 lines
119 B
Text

[submodule "standard-library"]
path = standard-library
url = https://github.com/agda/agda-stdlib.git
shallow = true