Skip to content
Snippets Groups Projects
Commit 918b4c45 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] force yojson to 1.7.0

parent 6c4b1f92
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ let mydir = builtins.getEnv("PWD"); ...@@ -8,7 +8,7 @@ let mydir = builtins.getEnv("PWD");
selection = "${mydir}/${name}-${ocaml.version}-opam-selection.nix"; selection = "${mydir}/${name}-${ocaml.version}-opam-selection.nix";
}; };
opamPackages = opamPackages =
[ "ocamlfind=1.9.3" "zarith" "ocamlgraph" "yojson" "zmq" [ "ocamlfind=1.9.3" "zarith" "ocamlgraph" "yojson=1.7.0" "zmq"
"ppx_import" "ppx_deriving" "ppx_deriving_yojson" "ppx_import" "ppx_deriving" "ppx_deriving_yojson"
"coq=8.13.0" "alt-ergo=2.2.0" "coq=8.13.0" "alt-ergo=2.2.0"
"why3=1.5.0" "why3-coq=1.5.0" "why3=1.5.0" "why3-coq=1.5.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment