From patchwork Mon May 27 19:52:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Vollmert X-Patchwork-Id: 14093 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B8A791701A; Mon, 27 May 2019 20:54:13 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 4C98D16CC8 for ; Mon, 27 May 2019 20:54:13 +0100 (BST) Received: from localhost ([127.0.0.1]:50025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLhE-00023D-QP for patchwork@mira.cbaines.net; Mon, 27 May 2019 15:54:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLhB-00021q-6w for guix-patches@gnu.org; Mon, 27 May 2019 15:54:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVLhA-0003wr-8N for guix-patches@gnu.org; Mon, 27 May 2019 15:54:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVLhA-0003wl-6E for guix-patches@gnu.org; Mon, 27 May 2019 15:54:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVLhA-00060L-38 for guix-patches@gnu.org; Mon, 27 May 2019 15:54:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35934] [PATCH 1/4] gnu: ghc-easy-plot: remove superfluous Setup.hs rename step Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 May 2019 19:54:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35934 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35934@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155898681422978 (code B ref -1); Mon, 27 May 2019 19:54:07 +0000 Received: (at submit) by debbugs.gnu.org; 27 May 2019 19:53:34 +0000 Received: from localhost ([127.0.0.1]:54160 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVLgb-0005yX-QM for submit@debbugs.gnu.org; Mon, 27 May 2019 15:53:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34925) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVLga-0005y7-WD for submit@debbugs.gnu.org; Mon, 27 May 2019 15:53:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:41405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVLgV-0003XV-RQ for submit@debbugs.gnu.org; Mon, 27 May 2019 15:53:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLgU-0001zM-N0 for guix-patches@gnu.org; Mon, 27 May 2019 15:53:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVLgT-0003W5-P8 for guix-patches@gnu.org; Mon, 27 May 2019 15:53:26 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:12334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVLgT-0003VS-Jc for guix-patches@gnu.org; Mon, 27 May 2019 15:53:25 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id C9D865057E; Mon, 27 May 2019 21:53:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id swBvBMPJUrqD; Mon, 27 May 2019 21:53:05 +0200 (CEST) From: Robert Vollmert Date: Mon, 27 May 2019 21:52:48 +0200 Message-Id: <20190527195251.59801-2-rob@vllmrt.net> In-Reply-To: <20190527195251.59801-1-rob@vllmrt.net> References: <20190527195251.59801-1-rob@vllmrt.net> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Robert Vollmert Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches haskell-build-system already uses whichever of Setup.hs and Setup.lhs exists. * gnu/packages/haskell.scm (ghc-easy-plot): don't rename Setup.lhs to Setup.hs --- gnu/packages/haskell.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 33c9c6484d..44b9e9066a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8063,10 +8063,6 @@ interface for statistics based on hmatrix and GSL.") (base32 "18kndgvdj2apjpfga6fp7m16y1gx8zrwp3c5vfj03sx4v6jvciqk")))) (build-system haskell-build-system) (propagated-inputs `(("gnuplot" ,gnuplot))) - (arguments - `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'fix-setup-suffix - (lambda _ (rename-file "Setup.lhs" "Setup.hs") #t))))) (home-page "https://hub.darcs.net/scravy/easyplot") (synopsis "Haskell plotting library based on gnuplot") (description "This package provides a plotting library for