gnu: ocaml: Switch to 4.11 by default.

* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
This commit is contained in:
Julien Lepiller 2020-10-16 17:07:45 +02:00
parent 83e8fceb6c
commit 0a173fe25f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -244,7 +244,7 @@ (define-public ocaml-4.07
"--prefix" out
"--mandir" mandir))))))))))
(define-public ocaml ocaml-4.09)
(define-public ocaml ocaml-4.11)
(define-public ocamlbuild
(package