From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLh5-0001zt-Dd for guix-patches@gnu.org; Mon, 27 May 2019 15:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVLh4-0003sO-HO for guix-patches@gnu.org; Mon, 27 May 2019 15:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40616) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVLh4-0003sG-FF for guix-patches@gnu.org; Mon, 27 May 2019 15:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVLh4-0005zL-Cd for guix-patches@gnu.org; Mon, 27 May 2019 15:54:02 -0400 Subject: [bug#35930] haskell Setup.hs-related changes Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:49220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVLg8-0001wy-0z for guix-patches@gnu.org; Mon, 27 May 2019 15:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVLg7-0003Fc-7Y for guix-patches@gnu.org; Mon, 27 May 2019 15:53:03 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:21630) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVLg7-0003Es-2O for guix-patches@gnu.org; Mon, 27 May 2019 15:53:03 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 999EAA001A for ; Mon, 27 May 2019 21:53:01 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id XL4aslQk4nd3 for ; Mon, 27 May 2019 21:53:00 +0200 (CEST) From: Robert Vollmert Date: Mon, 27 May 2019 21:52:47 +0200 Message-Id: <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: 35930@debbugs.gnu.org This primarily moves the substitution of missing Setup.hs files to haskell-build-system. There was already duplicate code in a number of packages to generated boilerplate Setup.hs, and I ran into a couple more while trying to import some other packages.