mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ocaml: Switch to 4.11 by default.
* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
This commit is contained in:
parent
83e8fceb6c
commit
0a173fe25f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue