Skip to content

Commit ac0d9d2

Browse files
Merge pull request #438 from agda/bump-stdlib-bound
Bump standard library dependency to 2.1
2 parents 9022b37 + f4b787c commit ac0d9d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646

4747
env:
4848
AGDA_COMMIT: tags/v2.6.4
49-
STDLIB_VERSION: "2.0"
49+
STDLIB_VERSION: "2.1"
5050

5151
GHC_VERSION: 8.10.7
5252
CABAL_VERSION: 3.6.2.0

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-2.0
2+
depend: standard-library-2.1
33
include: src/

0 commit comments

Comments
 (0)