aboutsummaryrefslogtreecommitdiff
path: root/coq.opam.docker
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-09-14 18:23:55 +0200
committerEmilio Jesus Gallego Arias2020-09-15 15:57:43 +0200
commit7bf884b7c525092db74ac2effcf1091bd3c3d46c (patch)
tree289cf3c6e36ecef69f0174762329a9c311856a39 /coq.opam.docker
parent6b379b22f445c970237d815cbbbf9dfa33e055d2 (diff)
[zarith] [micromega] Bump to 1.10 and remove some hacks
In particular, behavior of `Z.gcd` and `Z.lcm` has been fixed in 1.10, see https://github.com/ocaml/Zarith/issues/58
Diffstat (limited to 'coq.opam.docker')
-rw-r--r--coq.opam.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.opam.docker b/coq.opam.docker
index ac1869f344..09065fdffd 100644
--- a/coq.opam.docker
+++ b/coq.opam.docker
@@ -24,7 +24,7 @@ depends: [
"ocaml" { >= "4.05.0" }
"ocamlfind" { build }
"num"
- "zarith" { >= "1.9.1" }
+ "zarith" { >= "1.10" }
"conf-findutils" {build}
]