Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Agda to 2.6.3 and stdlib to 1.7.2 #372

Merged
merged 2 commits into from
May 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ on:
########################################################################

env:
AGDA_COMMIT: tags/v2.6.2
STDLIB_VERSION: 1.7.1
AGDA_COMMIT: tags/v2.6.3
STDLIB_VERSION: 1.7.2

GHC_VERSION: 8.6.5
CABAL_VERSION: 3.2.0.0
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

### Some design decisions
- The library relies on eta expansion of records. However, due to a bug in Agda
2.6.0.1, we need to switch this on in related records. In the next release of Agda,
hopefully we can remove these switches. See also [this agda
issue](https://github.com/agda/agda/issues/4142).
- We add `sym-assoc` and `identity²` in order to achieve better definitional equality
of `Category`. The rationale can be found in [this
paper](https://arxiv.org/pdf/1401.7694.pdf).
Expand Down
2 changes: 1 addition & 1 deletion agda-categories.agda-lib
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: agda-categories
depend: standard-library-1.7.1
depend: standard-library-1.7.2
include: src/