From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoJ8g-0005nM-JZ for guix-patches@gnu.org; Tue, 20 Feb 2018 20:24:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoJ8c-0000EK-Ls for guix-patches@gnu.org; Tue, 20 Feb 2018 20:24:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoJ8c-0000EE-Ht for guix-patches@gnu.org; Tue, 20 Feb 2018 20:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eoJ8c-0003xu-D3 for guix-patches@gnu.org; Tue, 20 Feb 2018 20:24:02 -0500 Subject: [bug#30563] [PATCH] add Agda. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoJ7r-0005VJ-Ls for guix-patches@gnu.org; Tue, 20 Feb 2018 20:23:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoJ7m-0008HD-2T for guix-patches@gnu.org; Tue, 20 Feb 2018 20:23:13 -0500 Received: from mail-it0-x236.google.com ([2607:f8b0:4001:c0b::236]:38703) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoJ7l-0008Gq-Te for guix-patches@gnu.org; Tue, 20 Feb 2018 20:23:10 -0500 Received: by mail-it0-x236.google.com with SMTP id l129so410007ita.3 for ; Tue, 20 Feb 2018 17:23:09 -0800 (PST) Received: from librem (24-148-50-16.s5644.c3-0.mart-ubr1.chi-mart.il.cable.rcncustomer.com. [24.148.50.16]) by smtp.gmail.com with ESMTPSA id c15sm9950221itd.4.2018.02.20.17.23.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Feb 2018 17:23:07 -0800 (PST) From: Alex ter Weele Date: Tue, 20 Feb 2018 19:23:06 -0600 Message-ID: <87bmgj9lvp.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain 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: 30563@debbugs.gnu.org Hello, The following patch series fixes a few ghc- packages, adds another, and finally adds Agda. Following the example of Idris, I've placed it in its own file. I have not yet packaged the Emacs mode for Agda. That's next!