From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41127) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isU0Y-0007PD-MD for guix-patches@gnu.org; Fri, 17 Jan 2020 10:58:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isU0X-0002uB-PF for guix-patches@gnu.org; Fri, 17 Jan 2020 10:58:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isU0X-0002u5-M1 for guix-patches@gnu.org; Fri, 17 Jan 2020 10:58:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isU0X-00088n-Lk for guix-patches@gnu.org; Fri, 17 Jan 2020 10:58:01 -0500 Subject: [bug#38808] [PATCH] gnu: Add ghc-ghcid. Resent-Message-ID: MIME-Version: 1.0 References: In-Reply-To: From: John Soo Date: Fri, 17 Jan 2020 15:57:36 +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: 38808@debbugs.gnu.org, brown121407@gmail.com Hi Alexandru-Sergiu, One thing to consider is maybe naming the package "ghcid" and putting it in gnu/packages/haskell-apps.scm instead with the other haskell executables. John