[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: ocaml: Switch to 4.11 by default.
From: |
guix-commits |
Subject: |
07/07: gnu: ocaml: Switch to 4.11 by default. |
Date: |
Tue, 10 Nov 2020 10:06:17 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 0a173fe25f3040d692c15fb26dace7eace9948e4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 16 17:07:45 2020 +0200
gnu: ocaml: Switch to 4.11 by default.
* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
---
gnu/packages/ocaml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5a57b67..2121263 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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
- branch master updated (be0ebf3 -> 0a173fe), guix-commits, 2020/11/10
- 03/07: guix: ocaml: Add package-with-ocaml4.09., guix-commits, 2020/11/10
- 04/07: gnu: laby: Update to 0.7.0., guix-commits, 2020/11/10
- 02/07: gnu: Add ocaml4.09-findlib., guix-commits, 2020/11/10
- 05/07: gnu: ocaml-ppx-tools-versioned: Use release profile., guix-commits, 2020/11/10
- 07/07: gnu: ocaml: Switch to 4.11 by default.,
guix-commits <=
- 06/07: gnu: ocamlify: Perform bootstrap build., guix-commits, 2020/11/10
- 01/07: gnu: ocaml: Update to 4.11.1., guix-commits, 2020/11/10