@@ -3,19 +3,19 @@ Installation instructions
33
44Note: the full story on installing Agda libraries can be found at [ readthedocs] ( http://agda.readthedocs.io/en/latest/tools/package-system.html ) .
55
6- Use version v1.7.2 of the standard library with Agda 2.6.3 .
6+ Use version v2.0 of the standard library with Agda 2.6.4 .
77
881 . Navigate to a suitable directory ` $HERE ` (replace appropriately) where
99 you would like to install the library.
1010
11- 2 . Download the tarball of v1.7.2 of the standard library. This can either be
11+ 2 . Download the tarball of v2.0 of the standard library. This can either be
1212 done manually by visiting the Github repository for the library, or via the
1313 command line as follows:
1414 ```
15- wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.7.2 .tar.gz
15+ wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v2.0 .tar.gz
1616 ```
1717 Note that you can replace ` wget ` with other popular tools such as ` curl ` and that
18- you can replace ` 1.7.2 ` with any other version of the library you desire.
18+ you can replace ` 2.0 ` with any other version of the library you desire.
1919
20203 . Extract the standard library from the tarball. Again this can either be
2121 done manually or via the command line as follows:
@@ -26,7 +26,7 @@ Use version v1.7.2 of the standard library with Agda 2.6.3.
26264 . [ OPTIONAL ] If using [ cabal] ( https://www.haskell.org/cabal/ ) then run
2727 the commands to install via cabal:
2828 ```
29- cd agda-stdlib-1.7.2
29+ cd agda-stdlib-2.0
3030 cabal install
3131 ```
3232
@@ -40,7 +40,7 @@ Use version v1.7.2 of the standard library with Agda 2.6.3.
40406 . Register the standard library with Agda's package system by adding
4141 the following line to ` $HOME/.agda/libraries ` :
4242 ```
43- $HERE/agda-stdlib-1.7.2 /standard-library.agda-lib
43+ $HERE/agda-stdlib-2.0 /standard-library.agda-lib
4444 ```
4545
4646Now, the standard library is ready to be used either:
0 commit comments