From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: OCaml 4.09 Date: Tue, 21 Jan 2020 21:42:23 -0500 Message-ID: <2D777892-D688-48F2-9BAE-42A5F92D2C26@lepiller.eu> References: <87lfq8win7.fsf@gnu.org> <87wo9nry76.fsf@gnu.org> <35FE8AAB-7239-4078-90A4-5D67E45DDA25@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44968) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iu63m-0003jy-TQ for guix-devel@gnu.org; Tue, 21 Jan 2020 21:48:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iu63l-00020I-RB for guix-devel@gnu.org; Tue, 21 Jan 2020 21:48:02 -0500 Received: from lepiller.eu ([89.234.186.109]:36938) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iu63l-0001z6-8J for guix-devel@gnu.org; Tue, 21 Jan 2020 21:48:01 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 15d8fde1 for ; Wed, 22 Jan 2020 02:47:56 +0000 (UTC) Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id acbe3ee7 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 22 Jan 2020 02:47:55 +0000 (UTC) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Le 20 janvier 2020 19:43:38 GMT-05:00, Julien Lepiller a =C3=A9crit : >Ok, I pushed some updates to ocaml packages=2E I think we can now proceed >with the switch to ocaml 4=2E09 by default=2E There are three phases to t= he >switch, and two more to complete it: > >- add ocaml4=2E07-findlib >- add package-with-ocaml4=2E07 >- switch the default: > + switch ocaml >+ explicitely use ocaml 4=2E07 on janestreet packages and dependents, >rename them=2E > + use package-with-ocaml4=2E07 when necessary >- package janestreet packages again, for 4=2E09 >- replace dependents with a version for 4=2E09 whenever possible (only >bap and earley may not be upgradable) > >I'll try to do the first three phases tomorrow, and the other two will >probably take me another week=2E Hi, I fixed some of the mess I made yesterday and added ocaml4=2E07-findli= b as well as package-with-ocaml4=2E07=2E I haven't switched the default oca= ml yet, it will take me a bit more time=2E