From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwwI9-0001mt-Ba for guix-patches@gnu.org; Mon, 03 Sep 2018 17:21:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fww7i-0005EG-Fm for guix-patches@gnu.org; Mon, 03 Sep 2018 17:11:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39647) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fww7i-0005E7-BY for guix-patches@gnu.org; Mon, 03 Sep 2018 17:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fww7i-0007Xx-44 for guix-patches@gnu.org; Mon, 03 Sep 2018 17:11:02 -0400 Subject: [bug#32551] Update ghc-tasty Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Mon, 03 Sep 2018 23:09:52 +0200 In-Reply-To: (Arun Isaac's message of "Sun, 26 Aug 2018 11:59:21 +0530") Message-ID: <874lf6wan3.fsf@gnu.org> 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: Arun Isaac Cc: 32551@debbugs.gnu.org Hi Arun, Arun Isaac skribis: > From 77120a31c823c2c726fe2d3dcda30cf5ef565c1e Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Fri, 24 Aug 2018 00:36:15 +0530 > Subject: [PATCH 1/2] gnu: Add ghc-wcwidth. > > * gnu/packages/haskell.scm (ghc-wcwidth): New variable. [...] > From 801c484623d790439b2c127c9c9a7f425876b682 Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Fri, 24 Aug 2018 12:14:17 +0530 > Subject: [PATCH 2/2] gnu: ghc-tasty: Update to 1.1.0.3. > > * gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. > [inputs]: Add ghc-wcwidth. > (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, > ghc-scientific-bootstrap): New variables. > (ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstr= ap. > (ghc-scientific)[inputs]: Replace ghc-integer-logarithms with > ghc-integer-logarithms-bootstrap. > (ghc-attoparsec)[inputs]: Replace ghc-scientific with > ghc-scientific-bootstrap. I=E2=80=99m no Haskell expert, but it looks reasonable to me. Please push! Remember that you can push such patches after a couple of days if you=E2=80= =99re confident (see =E2=80=98HACKING=E2=80=99), or you can ping individuals whom= you think could provide useful feedback. Thank you, Ludo=E2=80=99.