File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ A self-contained repository for the paper [A Scope-and-Type Safe Universe of Syn
77
88To check this development, you'll need:
99* Agda 2.5.4.2
10- * Agda's Standard Library 0.17
10+ * Agda's Standard Library 0.18
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ if ! type "agda" > /dev/null || [ ! `agda -V | sed "s/[^2]*//"` = "$AGDA_VERSION
88 mkdir -p $HOME /.agda
99 cp libraries-" $AGDA_VERSION " $HOME /.agda/
1010 cd $HOME /.agda/
11- wget https://github.com/agda/agda-stdlib/archive/v0.17.tar.gz
12- tar -xvzf v0.17.tar.gz
11+ git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
12+ cd agda-stdlib-0.18
13+ git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
1314 cd -
1415fi
Original file line number Diff line number Diff line change 1- $HOME/.agda/agda-stdlib-0.17 /standard-library.agda-lib
1+ $HOME/.agda/agda-stdlib-0.18 /standard-library.agda-lib
You can’t perform that action at this time.
0 commit comments