From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57898) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hofrs-0007YG-4M for guix-patches@gnu.org; Fri, 19 Jul 2019 23:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hofrr-0000UV-7h for guix-patches@gnu.org; Fri, 19 Jul 2019 23:17:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47879) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hofrr-0000UI-1L for guix-patches@gnu.org; Fri, 19 Jul 2019 23:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hofrq-0007N6-Pb for guix-patches@gnu.org; Fri, 19 Jul 2019 23:17:02 -0400 Subject: bug#36326: [PATCH] Add Haskell packages. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Timothy Sample References: <87lfwwspvl.fsf@ngyro.com> <87o91s5fct.fsf@ngyro.com> Date: Fri, 19 Jul 2019 23:16:30 -0400 In-Reply-To: (Brian Leung's message of "Thu, 18 Jul 2019 07:24:23 +0200") Message-ID: <87tvbhcs4x.fsf@ngyro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Brian Leung Cc: 36326-done@debbugs.gnu.org Hi Brian, Brian Leung writes: > Hi Tim, > > OK, please see attached for the updated patches. Pushed! I had to make a few changes. Mostly I shortened long lines, but there were two larger changes: 1. It looks like you forgot to downgrade =E2=80=9Cghc-exactprint=E2=80=9D= to the LTS version (0.5.6.1). Luckily, it was just a matter of changing the version and hash. 2. There was something fishy about the synopsis and description of =E2=80=9Cghc-microlens-ghc=E2=80=9D. It looks to me that they were in= fact describing =E2=80=9Cghc-microlens-platform=E2=80=9D. I ended up chang= ing them a fair bit. Thanks for the packages! -- Tim