Fix compcert
more/packages/ocaml.scm
324 | 324 | (define-public compcert | |
325 | 325 | (package | |
326 | 326 | (name "compcert") | |
327 | - | (version "3.3") | |
327 | + | (version "3.5") | |
328 | 328 | (source (origin | |
329 | 329 | (method url-fetch) | |
330 | 330 | (uri (string-append "http://compcert.inria.fr/release/compcert-" | |
331 | 331 | version ".tgz")) | |
332 | 332 | (sha256 | |
333 | 333 | (base32 | |
334 | - | "16xrqcwak1v1fk5ndx6jf1yvxv3adsr7p7z34gfm2mpggxnq0xwn")))) | |
334 | + | "02dmd4iw6b5i38svaycjsywlpmg0kaypc01vxi6ndyywx6giz80y")))) | |
335 | 335 | (build-system gnu-build-system) | |
336 | 336 | (arguments | |
337 | 337 | `(#:phases | |
… | |||
360 | 360 | #:tests? #f)) | |
361 | 361 | (native-inputs | |
362 | 362 | `(("ocaml" ,ocaml) | |
363 | - | ("coq" ,coq-8.7))) | |
363 | + | ("ocaml-findlib" ,ocaml-findlib); for menhir --suggest-menhirlib | |
364 | + | ("coq" ,coq))) | |
364 | 365 | (inputs | |
365 | 366 | `(("menhir" ,ocaml-menhir))) | |
366 | 367 | (home-page "http://compcert.inria.fr") |