Skip to content
Open
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
6 changes: 3 additions & 3 deletions data/Agda.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nightly:
- url: https://github.com/agda/agda/releases/download/nightly/Agda-nightly-win64.zip
dir: Agda-nightly
compatibility:
agda-stdlib: '2.1 - 2.1.1'
agda-stdlib: '2.1 - 2.2'
2.7.0.1:
binary:
macos:
Expand All @@ -39,7 +39,7 @@ nightly:
sha256: eabf9608d4a3a7a122ff44bbf911a33c986db7fbb942dd306f8a4438c50ffcbc
target: windows-2022
compatibility:
agda-stdlib: '2.1 - 2.1.1'
agda-stdlib: '2.1 - 2.2'
ghc: '8.6.5 - 9.10.1'
configuration:
macos: |
Expand Down Expand Up @@ -77,7 +77,7 @@ nightly:
sha256: 1b8f46e07e5a8f9bf6b09e0d5f46a6fe56d90393f4425ad3101dc0952d262c74
target: windows-2022
compatibility:
agda-stdlib: '2.1'
agda-stdlib: '2.1 - 2.2'
ghc: '8.6.5 - 9.10.1'
configuration:
macos: |
Expand Down
5 changes: 5 additions & 0 deletions data/agda-stdlib.versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
'2.2':
source:
url: 'https://github.com/agda/agda-stdlib/archive/refs/tags/v2.2.zip'
tag: 'v2.2'
dir: 'agda-stdlib-2.2'
'2.1.1':
source:
url: 'https://github.com/agda/agda-stdlib/archive/refs/tags/v2.1.1.zip'
Expand Down
170 changes: 85 additions & 85 deletions dist/action.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/Agda.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"compatibility": {
"agda-stdlib": "2.1 - 2.1.1"
"agda-stdlib": "2.1 - 2.2"
}
},
"2.7.0.1": {
Expand Down Expand Up @@ -73,7 +73,7 @@
}
},
"compatibility": {
"agda-stdlib": "2.1 - 2.1.1",
"agda-stdlib": "2.1 - 2.2",
"ghc": "8.6.5 - 9.10.1"
},
"configuration": {
Expand Down Expand Up @@ -125,7 +125,7 @@
}
},
"compatibility": {
"agda-stdlib": "2.1",
"agda-stdlib": "2.1 - 2.2",
"ghc": "8.6.5 - 9.10.1"
},
"configuration": {
Expand Down
7 changes: 7 additions & 0 deletions src/data/agda-stdlib.versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"2.2": {
"source": {
"url": "https://github.com/agda/agda-stdlib/archive/refs/tags/v2.2.zip",
"tag": "v2.2",
"dir": "agda-stdlib-2.2"
}
},
"2.1.1": {
"source": {
"url": "https://github.com/agda/agda-stdlib/archive/refs/tags/v2.1.1.zip",
Expand Down
Loading