Skip to content

Commit ec52a77

Browse files
Saransh-cppandreasabel
authored andcommitted
Bump stdlib and agda version in installation guide (#2027)
1 parent f1c6e48 commit ec52a77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notes/installation-guide.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ Installation instructions
33

44
Note: 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.1 of the standard library with Agda 2.6.2.2, 2.6.2.1, or 2.6.2.
6+
Use version v1.7.2 of the standard library with Agda 2.6.3.
77

88
1. 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.1 of the standard library. This can either be
11+
2. Download the tarball of v1.7.2 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.1.tar.gz
15+
wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.7.2.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.1` with any other version of the library you desire.
18+
you can replace `1.7.2` with any other version of the library you desire.
1919

2020
3. 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.1 of the standard library with Agda 2.6.2.2, 2.6.2.1, or 2.6.2.
2626
4. [ 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.1
29+
cd agda-stdlib-1.7.2
3030
cabal install
3131
```
3232

@@ -40,7 +40,7 @@ Use version v1.7.1 of the standard library with Agda 2.6.2.2, 2.6.2.1, or 2.6.2.
4040
6. 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.1/standard-library.agda-lib
43+
$HERE/agda-stdlib-1.7.2/standard-library.agda-lib
4444
```
4545

4646
Now, the standard library is ready to be used either:

0 commit comments

Comments
 (0)