Skip to content

Commit 88160d7

Browse files
authored
Merge pull request #372 from jpoiret/update-agda-stdlib
Bump Agda to 2.6.3 and stdlib to 1.7.2
2 parents 20397e9 + 992da3d commit 88160d7

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ on:
4545
########################################################################
4646

4747
env:
48-
AGDA_COMMIT: tags/v2.6.2
49-
STDLIB_VERSION: 1.7.1
48+
AGDA_COMMIT: tags/v2.6.3
49+
STDLIB_VERSION: 1.7.2
5050

5151
GHC_VERSION: 8.6.5
5252
CABAL_VERSION: 3.2.0.0

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to what will hopefully become the standard Category Theory library for Agda.
44

5-
The current library release, v0.1.7, works with Agda-2.6.2 and stdlib-1.7.1. The master
5+
The current library release, v0.1.8, works with Agda-2.6.3 and stdlib-1.7.2. The master
66
branch should also work with same, but may contain various incompatibilities.
77

88
Note that this should be considered pre-beta software, and that backwards compability
@@ -68,10 +68,6 @@ Some of the lower-level design decisions (naming conventions, organization) are
6868
documented in the proto-contributor's guide.
6969

7070
### Some design decisions
71-
- The library relies on eta expansion of records. However, due to a bug in Agda
72-
2.6.0.1, we need to switch this on in related records. In the next release of Agda,
73-
hopefully we can remove these switches. See also [this agda
74-
issue](https://github.com/agda/agda/issues/4142).
7571
- We add `sym-assoc` and `identity²` in order to achieve better definitional equality
7672
of `Category`. The rationale can be found in [this
7773
paper](https://arxiv.org/pdf/1401.7694.pdf).

agda-categories.agda-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: agda-categories
2-
depend: standard-library-1.7.1
2+
depend: standard-library-1.7.2
33
include: src/

0 commit comments

Comments
 (0)