gnu: ocaml: Switch to 4.11 by default.
authorJulien Lepiller <julien@lepiller.eu>
Fri, 16 Oct 2020 15:07:45 +0000 (17:07 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Tue, 10 Nov 2020 15:05:13 +0000 (16:05 +0100)
* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.

gnu/packages/ocaml.scm

index 5a57b67..2121263 100644 (file)
@@ -244,7 +244,7 @@ functional, imperative and object-oriented styles of programming.")
                           "--prefix" out
                           "--mandir" mandir))))))))))
 
-(define-public ocaml ocaml-4.09)
+(define-public ocaml ocaml-4.11)
 
 (define-public ocamlbuild
   (package