From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gCsYX-0007a7-6D for guix-patches@gnu.org; Wed, 17 Oct 2018 16:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gCsYO-0003SJ-05 for guix-patches@gnu.org; Wed, 17 Oct 2018 16:36:35 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gCsYB-0003KP-Hg for guix-patches@gnu.org; Wed, 17 Oct 2018 16:36:17 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gCsYB-0006vB-EI for guix-patches@gnu.org; Wed, 17 Oct 2018 16:36:15 -0400 Subject: [bug#33079] [PATCH 31/34] gnu: Add ocaml4.02-result. Resent-Message-ID: From: Julien Lepiller Date: Wed, 17 Oct 2018 22:34:39 +0200 Message-Id: <20181017203442.7075-31-julien@lepiller.eu> In-Reply-To: <20181017203442.7075-1-julien@lepiller.eu> References: <20181017223130.775b25fc@lepiller.eu> <20181017203442.7075-1-julien@lepiller.eu> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33079@debbugs.gnu.org * 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