@@ -3,19 +3,19 @@ Installation instructions
3
3
4
4
Note: the full story on installing Agda libraries can be found at [ readthedocs] ( http://agda.readthedocs.io/en/latest/tools/package-system.html ) .
5
5
6
- Use version v2.0 of the standard library with Agda 2.6.4 or 2.6.4.1 .
6
+ Use version v2.1 of the standard library with Agda 2.6.4 or 2.6.4.3 .
7
7
8
8
1 . Navigate to a suitable directory ` $HERE ` (replace appropriately) where
9
9
you would like to install the library.
10
10
11
- 2 . Download the tarball of v2.0 of the standard library. This can either be
11
+ 2 . Download the tarball of v2.1 of the standard library. This can either be
12
12
done manually by visiting the Github repository for the library, or via the
13
13
command line as follows:
14
14
```
15
- wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v2.0 .tar.gz
15
+ wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v2.1 .tar.gz
16
16
```
17
17
Note that you can replace ` wget ` with other popular tools such as ` curl ` and that
18
- you can replace ` 2.0 ` with any other version of the library you desire.
18
+ you can replace ` 2.1 ` with any other version of the library you desire.
19
19
20
20
3 . Extract the standard library from the tarball. Again this can either be
21
21
done manually or via the command line as follows:
@@ -26,7 +26,7 @@ Use version v2.0 of the standard library with Agda 2.6.4 or 2.6.4.1.
26
26
4 . [ OPTIONAL ] If using [ cabal] ( https://www.haskell.org/cabal/ ) then run
27
27
the commands to install via cabal:
28
28
```
29
- cd agda-stdlib-2.0
29
+ cd agda-stdlib-2.1
30
30
cabal install
31
31
```
32
32
@@ -40,7 +40,7 @@ Use version v2.0 of the standard library with Agda 2.6.4 or 2.6.4.1.
40
40
6 . Register the standard library with Agda's package system by adding
41
41
the following line to ` $HOME/.agda/libraries ` :
42
42
```
43
- $HERE/agda-stdlib-2.0 /standard-library.agda-lib
43
+ $HERE/agda-stdlib-2.1 /standard-library.agda-lib
44
44
```
45
45
46
46
Now, the standard library is ready to be used either:
0 commit comments