From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59160) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBRHv-0004HN-H5 for guix-patches@gnu.org; Fri, 20 Sep 2019 18:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBRHu-0000DR-DN for guix-patches@gnu.org; Fri, 20 Sep 2019 18:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49903) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iBRHu-0000DH-70 for guix-patches@gnu.org; Fri, 20 Sep 2019 18:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iBRHu-0006e4-1l for guix-patches@gnu.org; Fri, 20 Sep 2019 18:22:02 -0400 Subject: [bug#37434] [PATCH 1/2] gnu: ghc-megaparsec: Update to 7.0.5. Resent-Message-ID: From: Timothy Sample References: <20190917033730.28806-1-ericbavier@centurylink.net> <87ftkqpv2l.fsf@gnu.org> Date: Fri, 20 Sep 2019 18:21:14 -0400 In-Reply-To: <87ftkqpv2l.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 20 Sep 2019 22:32:50 +0200") Message-ID: <87impmtxr9.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37434@debbugs.gnu.org, Eric Bavier , ericbavier@centurylink.net Hi Ludo and Eric, Ludovic Court=C3=A8s writes: > ericbavier@centurylink.net skribis: > >> From: Eric Bavier >> >> * gnu/packages/haskell.scm (ghc-megaparsec): Update to 7.0.5 >> [arguments]: Remove field. > > Since lists megaparsec 7.0.5, I > think this is OK. Am I right, Timothy? No! :) Stackage LTS 14 targets GHC 8.6, which we are not (yet) using for Haskell builds. We still use GHC 8.4, so we follow Stackage LTS 12 (), which lists megaparsec at 1.0.0. -- Tim