Skip to content

Commit

Permalink
Update Agda to 2.7 (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Sep 20, 2024
2 parents a2de31b + e91c4e1 commit 3b1b756
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 69 deletions.
4 changes: 0 additions & 4 deletions docs/agda-spec/src/Interface/HasOrder/Instance.agda
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ instance

open import Data.Rational using (ℚ)
import Data.Rational.Properties as Rat hiding (_≟_)

ℚ-Dec-≤ = ⁇² Rat._≤?_
ℚ-Dec-< = ⁇² Rat._<?_

ℚ-hasPreorder = hasPreorderFromNonStrict Rat.≤-isPreorder _≟_
ℚ-hasPartialOrder = HasPartialOrder ∋ record { ≤-antisym = Rat.≤-antisym }
ℚ-hasDecPartialOrder = HasDecPartialOrder {A = ℚ} ∋ record {}
56 changes: 0 additions & 56 deletions docs/agda-spec/src/Tactic/ByEq.agda

This file was deleted.

6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions nix/agda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ let
pname = "agda-stdlib-classes";
version = "2.0";
src = pkgs.fetchFromGitHub {
repo = "agda-stdlib-classes";
owner = "omelkonian";
repo = "agda-stdlib-classes";
rev = "v2.0";
sha256 = "4ujdQv38u6BybFhRup9PMR0xpI59J/Naz/kaBtQQ9aY=";
hash = "sha256-PcieRRnctjCzFCi+gUYAgyIAicMOAZPl8Sw35fZdt0E=";
};
meta = { };
libraryFile = "agda-stdlib-classes.agda-lib";
Expand All @@ -37,10 +37,10 @@ let
pname = "agda-stdlib-meta";
version = "2.0";
src = pkgs.fetchFromGitHub {
repo = "stdlib-meta";
owner = "input-output-hk";
rev = "4fc4b1ed6e47d180516917d04be87cbacbf7d314";
sha256 = "T+9vwccbDO1IGBcGLjgV/fOt+IN14KEV9ct/J6nQCsM=";
owner = "omelkonian";
repo = "agda-stdlib-meta";
rev = "v2.1.1";
hash = "sha256-qOoThYMG0dzjKvwmzzVZmGcerfb++MApbaGRzLEq3/4=";
};
meta = { };
libraryFile = "agda-stdlib-meta.agda-lib";
Expand Down

0 comments on commit 3b1b756

Please sign in to comment.