Skip to content

Commit

Permalink
Use alt-ergo 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 15, 2024
1 parent df4c64f commit cbddab1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 82 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Update OPAM & EasyCrypt dependencies
run: |
opam update
opam pin alt-ergo 2.5.2
opam pin add -n easycrypt easycrypt
opam install --deps-only easycrypt
- name: Compile & Install EasyCrypt
Expand Down
78 changes: 0 additions & 78 deletions config/alt-ergo.nix

This file was deleted.

2 changes: 1 addition & 1 deletion easycrypt.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
timeout = 30

provers = Alt-Ergo@2.4
provers = Alt-Ergo@2.5
provers = [email protected]
provers = [email protected]

Expand Down
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ?
import (fetchTarball {
url = https://github.com/NixOS/nixpkgs/archive/53fbe41cf76b6a685004194e38e889bc8857e8c2.tar.gz;
sha256 = "sha256:1fyc4kbhv7rrfzya74yprvd70prlcsv56b7n0fv47kn7rznvvr2b";
url = https://github.com/NixOS/nixpkgs/archive/51063ed4f2343a59fdeebb279bb81d87d453942b.tar.gz;
sha256 = "sha256:0my8bdc7js7gdcl8z8ik49sl9gccqz39xg8q335sharf5qxq13ww";
}) {}
, full ? true
}:
Expand Down Expand Up @@ -30,7 +30,7 @@ let
ocamlPackages = oc;
why3 = why;
};
altergo = callPackage ./config/alt-ergo.nix { ocamlPackages = oc; } ;
altergo = alt-ergo.override { ocamlPackages = oc; } ;
in

mkShell ({
Expand Down

0 comments on commit cbddab1

Please sign in to comment.