Skip to content

Commit 5049a2a

Browse files
Updated documentation for v1.5
1 parent f0c53d6 commit 5049a2a

6 files changed

+12
-12
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 1.5-dev
2-
===============
1+
Version 1.5
2+
===========
33

44
The library has been tested using Agda 2.6.1 and 2.6.1.1.
55

LICENCE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2007-2020 Nils Anders Danielsson, Ulf Norell, Shin-Cheng
1+
Copyright (c) 2007-2021 Nils Anders Danielsson, Ulf Norell, Shin-Cheng
22
Mu, Bradley Hardy, Samuel Bronson, Dan Doel, Patrik Jansson,
33
Liang-Ting Chen, Jean-Philippe Bernardy, Andrés Sicard-Ramírez,
44
Nicolas Pouillard, Darin Morrison, Peter Berry, Daniel Brown,

README.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module README where
22

33
------------------------------------------------------------------------
4-
-- The Agda standard library, version 1.5-dev
4+
-- The Agda standard library, version 1.5
55
--
66
-- Authors: Nils Anders Danielsson, Matthew Daggitt, Guillaume Allais
77
-- with contributions from Andreas Abel, Stevan Andjelkovic,

agda-stdlib-utils.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-stdlib-utils
2-
version: 1.5-dev
2+
version: 1.5
33
cabal-version: >= 1.10
44
build-type: Simple
55
description: Helper programs.

notes/installation-guide.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Installation instructions
22
=========================
33

4-
Use version v1.4 of the standard library with Agda 2.6.1 and 2.6.1.1.
4+
Use version v1.5 of the standard library with Agda 2.6.1 and 2.6.1.1.
55

66
1. Navigate to a suitable directory `$HERE` (replace appropriately) where
77
you would like to install the library.
88

9-
2. Download the tarball of v1.4 of the standard library. This can either be
9+
2. Download the tarball of v1.5 of the standard library. This can either be
1010
done manually by visiting the Github repository for the library, or via the
1111
command line as follows:
1212
```
13-
wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.4.tar.gz
13+
wget -O agda-stdlib.tar https://github.com/agda/agda-stdlib/archive/v1.5.tar.gz
1414
```
1515
Note that you can replace `wget` with other popular tools such as `curl` and that
16-
you can replace `1.4` with any other version of the library you desire.
16+
you can replace `1.5` with any other version of the library you desire.
1717

1818
3. Extract the standard library from the tarball. Again this can either be
1919
done manually or via the command line as follows:
@@ -24,14 +24,14 @@ Use version v1.4 of the standard library with Agda 2.6.1 and 2.6.1.1.
2424
4. [ OPTIONAL ] If using [cabal](https://www.haskell.org/cabal/) then run
2525
the commands to install via cabal:
2626
```
27-
cd agda-stdlib-1.4
27+
cd agda-stdlib-1.5
2828
cabal install
2929
```
3030

3131
5. Register the standard library with Agda's package system by adding
3232
the following line to `$HOME/.agda/libraries`:
3333
```
34-
$HERE/agda-stdlib-1.4/standard-library.agda-lib
34+
$HERE/agda-stdlib-1.5/standard-library.agda-lib
3535
```
3636

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

notes/release-guide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ procedure should be followed:
77

88
* Update `README.md`
99

10-
* Update `lib.cabal` version to `X.Y`.
10+
* Update `agda-stdlib-utils.cabal` version to `X.Y`.
1111

1212
* Update the version in standard-library.agda-lib to `X.Y`
1313

0 commit comments

Comments
 (0)