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

Merge branch 'fix/ci/yojson-force-1-7-0' into 'master'

[ci] force yojson to 1.7.0

See merge request frama-c/frama-c!3817
parents 04c35581 fcb19c09
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ let mydir = builtins.getEnv("PWD");
selection = "${mydir}/${name}-${ocaml.version}-opam-selection.nix";
};
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"
"coq=8.13.0" "alt-ergo=2.2.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