diff options
| author | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:03:05 -0500 |
|---|---|---|
| committer | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:03:05 -0500 |
| commit | f8bfd4aa4564ef7bc7570befefe99533046f5164 (patch) | |
| tree | 0d646983b596ba97f8dabe723f05b3a176d289a8 | |
| parent | 9f48b55252d2ea7bb33812e0438c9732c2c2322a (diff) | |
gnu: ocaml: Use ocaml-4.11.
* gnu/packages/ocaml.scm (ocaml): Update reference package to ocaml-4.11.
| -rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b23725f5252..f69e974a86f 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm | |||
| @@ -211,7 +211,7 @@ functional, imperative and object-oriented styles of programming.") | |||
| 211 | "--prefix" out | 211 | "--prefix" out |
| 212 | "--mandir" mandir)))))))))) | 212 | "--mandir" mandir)))))))))) |
| 213 | 213 | ||
| 214 | (define-public ocaml ocaml-4.09) | 214 | (define-public ocaml ocaml-4.11) |
| 215 | 215 | ||
| 216 | (define-public ocamlbuild | 216 | (define-public ocamlbuild |
| 217 | (package | 217 | (package |
