From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46411) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isUZQ-0008Tc-Me for guix-patches@gnu.org; Fri, 17 Jan 2020 11:34:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isUZP-0005wt-Oi for guix-patches@gnu.org; Fri, 17 Jan 2020 11:34:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34058) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isUZP-0005wT-EI for guix-patches@gnu.org; Fri, 17 Jan 2020 11:34:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isUZP-0002an-Bb for guix-patches@gnu.org; Fri, 17 Jan 2020 11:34:03 -0500 Subject: [bug#38487] [PATCH] gnu: Add ghc-apply-refact. References: In-Reply-To: Resent-Message-ID: MIME-Version: 1.0 From: John Soo Date: Fri, 17 Jan 2020 16:33:41 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" 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: 38487@debbugs.gnu.org, bkleung89@gmail.com Hi Brian, Thanks for another haskell tool! I built it this morning and it built. I do not use apply-refact, though. Have you been using it with success? My only thought is to move this package to haskell-apps.scm and call the package apply-refact. What do you think? John