From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFliR-0006oj-St for guix-patches@gnu.org; Sun, 14 Apr 2019 16:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFliQ-0002fl-T7 for guix-patches@gnu.org; Sun, 14 Apr 2019 16:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47911) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFliQ-0002fe-Nu for guix-patches@gnu.org; Sun, 14 Apr 2019 16:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hFliQ-0004IC-DK for guix-patches@gnu.org; Sun, 14 Apr 2019 16:27:02 -0400 Subject: [bug#35280] [PATCH] Remove ocaml-4.02 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:43447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFlhO-0006SI-4N for guix-patches@gnu.org; Sun, 14 Apr 2019 16:25:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFlhM-00020u-UE for guix-patches@gnu.org; Sun, 14 Apr 2019 16:25:58 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:50230) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hFlhJ-0001pD-DG for guix-patches@gnu.org; Sun, 14 Apr 2019 16:25:55 -0400 Received: from sybil.lepiller.eu (89-92-10-229.hfc.dyn.abo.bbox.fr [89.92.10.229]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 1835666c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 14 Apr 2019 20:25:45 +0000 (UTC) Date: Sun, 14 Apr 2019 22:25:36 +0200 From: Julien Lepiller Message-ID: <20190414222536.704eea02@sybil.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 35280@debbugs.gnu.org Hi! This patch series removes ocaml-4.02 and dependent packages. I updated bap to 1.6.0 (so it can build with the latest ocaml) and downgraded ocamlify for the same reason. I removed the obsolete jbuilder and adapted two dependents. Thanks!