1
1
Installation instructions
2
2
=========================
3
3
4
- Use version v1.5 of the standard library with Agda 2.6.1 and 2.6.1.1.
4
+ Use version v1.6 of the standard library with Agda 2.6.1 and 2.6.1.1.
5
5
6
6
1 . Navigate to a suitable directory ` $HERE ` (replace appropriately) where
7
7
you would like to install the library.
8
8
9
- 2 . Download the tarball of v1.5 of the standard library. This can either be
9
+ 2 . Download the tarball of v1.6 of the standard library. This can either be
10
10
done manually by visiting the Github repository for the library, or via the
11
11
command line as follows:
12
12
```
13
- wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.5 .tar.gz
13
+ wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.6 .tar.gz
14
14
```
15
15
Note that you can replace ` wget ` with other popular tools such as ` curl ` and that
16
- you can replace ` 1.5 ` with any other version of the library you desire.
16
+ you can replace ` 1.6 ` with any other version of the library you desire.
17
17
18
18
3 . Extract the standard library from the tarball. Again this can either be
19
19
done manually or via the command line as follows:
@@ -24,14 +24,14 @@ Use version v1.5 of the standard library with Agda 2.6.1 and 2.6.1.1.
24
24
4 . [ OPTIONAL ] If using [ cabal] ( https://www.haskell.org/cabal/ ) then run
25
25
the commands to install via cabal:
26
26
```
27
- cd agda-stdlib-1.5
27
+ cd agda-stdlib-1.6
28
28
cabal install
29
29
```
30
30
31
31
5 . Register the standard library with Agda's package system by adding
32
32
the following line to ` $HOME/.agda/libraries ` :
33
33
```
34
- $HERE/agda-stdlib-1.5 /standard-library.agda-lib
34
+ $HERE/agda-stdlib-1.6 /standard-library.agda-lib
35
35
```
36
36
37
37
Now, the standard library is ready to be used either:
0 commit comments