Skip to content

Commit

Permalink
bump versions everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwellen committed Oct 10, 2023
1 parent fc99ea4 commit ad74381
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
########################################################################

env:
AGDA_BRANCH: v2.6.3
AGDA_BRANCH: v2.6.4
GHC_VERSION: 9.2.5
CABAL_VERSION: 3.6.2.0
CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Agda versions as written below, correspond to tags.

| cubical library version | Agda version |
|-------------------------|----------------|
| `current master` | `v2.6.3` |
| `current master` | `v2.6.4` |
| `v0.6` | `v2.6.4` |
| `v0.5` | `v2.6.3` |
| `v0.4` | `v2.6.2.2` |
| `v0.3` | `v2.6.2` |
Expand Down
2 changes: 1 addition & 1 deletion cubical.agda-lib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cubical-0.5
name: cubical-0.6
include: .
depend:
flags: --cubical --no-import-sorts -WnoUnsupportedIndexedMatch
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flake = false;
};
inputs.agda = {
url = "github:agda/agda/v2.6.3";
url = "github:agda/agda/v2.6.4";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
Expand All @@ -21,7 +21,7 @@
overlay = final: prev: {
cubical = final.agdaPackages.mkDerivation rec {
pname = "cubical";
version = "0.5";
version = "0.6";

src = cleanSourceWith {
filter = name: type:
Expand Down

0 comments on commit ad74381

Please sign in to comment.