From mboxrd@z Thu Jan 1 00:00:00 1970 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 Subject: [bug#35934] [PATCH 1/4] gnu: ghc-easy-plot: remove superfluous Setup.hs rename step Resent-Message-ID: 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 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 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: 35934@debbugs.gnu.org Cc: Robert Vollmert 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 --=20 2.20.1 (Apple Git-117)