From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOTVk-0007kI-SK for guix-patches@gnu.org; Sun, 18 Nov 2018 15:17:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOTQI-0003ek-Vl for guix-patches@gnu.org; Sun, 18 Nov 2018 15:12:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOTQI-0003eg-Sd for guix-patches@gnu.org; Sun, 18 Nov 2018 15:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOTQI-0001xF-NP for guix-patches@gnu.org; Sun, 18 Nov 2018 15:12:02 -0500 Subject: bug#33079: [WIP] ocaml updates Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sun, 18 Nov 2018 21:11:40 +0100 From: Julien Lepiller Message-ID: <20181118211140.2500f94a@lepiller.eu> In-Reply-To: <20181017223130.775b25fc@lepiller.eu> References: <20181017223130.775b25fc@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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-done@debbugs.gnu.org Pushed as a two-patches series as 564cf93f2aca60171b4b97559ffc6c952e73e8ed. Le Wed, 17 Oct 2018 22:31:30 +0200, Julien Lepiller a =C3=A9crit : > Hi guix, >=20 > I've updated the ocaml compiler to the latest version, but that breaks > most of our packages. I've added some new packages, updated others and > added inputs to the rest. As you can see some packages require non > trivial changes. >=20 > Right now, I have 33 small patches and one big patch that I might have > to split if you think it's necessary. It's a lot of work, so I'd > prefer if you told me it was ok to push the big patch as one, but I > can also work a bit more and split it too. >=20 > What do you think?