Skip to content

Commit 3b1b756

Browse files
authored
Update Agda to 2.7 (#1257)
2 parents a2de31b + e91c4e1 commit 3b1b756

File tree

4 files changed

+9
-69
lines changed

4 files changed

+9
-69
lines changed

docs/agda-spec/src/Interface/HasOrder/Instance.agda

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ instance
2626

2727
open import Data.Rational using (ℚ)
2828
import Data.Rational.Properties as Rat hiding (_≟_)
29-
30-
ℚ-Dec-≤ = ⁇² Rat._≤?_
31-
ℚ-Dec-< = ⁇² Rat._<?_
32-
3329
ℚ-hasPreorder = hasPreorderFromNonStrict Rat.≤-isPreorder _≟_
3430
ℚ-hasPartialOrder = HasPartialOrder ∋ record { ≤-antisym = Rat.≤-antisym }
3531
ℚ-hasDecPartialOrder = HasDecPartialOrder {A = ℚ} ∋ record {}

docs/agda-spec/src/Tactic/ByEq.agda

Lines changed: 0 additions & 56 deletions
This file was deleted.

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/agda.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ let
2121
pname = "agda-stdlib-classes";
2222
version = "2.0";
2323
src = pkgs.fetchFromGitHub {
24-
repo = "agda-stdlib-classes";
2524
owner = "omelkonian";
25+
repo = "agda-stdlib-classes";
2626
rev = "v2.0";
27-
sha256 = "4ujdQv38u6BybFhRup9PMR0xpI59J/Naz/kaBtQQ9aY=";
27+
hash = "sha256-PcieRRnctjCzFCi+gUYAgyIAicMOAZPl8Sw35fZdt0E=";
2828
};
2929
meta = { };
3030
libraryFile = "agda-stdlib-classes.agda-lib";
@@ -37,10 +37,10 @@ let
3737
pname = "agda-stdlib-meta";
3838
version = "2.0";
3939
src = pkgs.fetchFromGitHub {
40-
repo = "stdlib-meta";
41-
owner = "input-output-hk";
42-
rev = "4fc4b1ed6e47d180516917d04be87cbacbf7d314";
43-
sha256 = "T+9vwccbDO1IGBcGLjgV/fOt+IN14KEV9ct/J6nQCsM=";
40+
owner = "omelkonian";
41+
repo = "agda-stdlib-meta";
42+
rev = "v2.1.1";
43+
hash = "sha256-qOoThYMG0dzjKvwmzzVZmGcerfb++MApbaGRzLEq3/4=";
4444
};
4545
meta = { };
4646
libraryFile = "agda-stdlib-meta.agda-lib";

0 commit comments

Comments
 (0)