guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33079] [PATCH 31/34] gnu: Add ocaml4.02-result.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 31/34] gnu: Add ocaml4.02-result.
Date: Wed, 17 Oct 2018 22:34:39 +0200

* gnu/packages/ocaml.scm (ocaml4.02-result): New variable.
---
 gnu/packages/ocaml.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0c78651c5..591a63aa1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1708,6 +1708,9 @@ powerful.")
 staying compatible with older version of OCaml should use the Result module
 defined in this library.")
     (license license:bsd-3)))
+ 
+(define-public ocaml4.02-result
+  (package-with-ocaml4.02 ocaml-result))
 
 (define-public ocaml-topkg
   (package
-- 
2.18.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]