From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50993) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iA4JX-00073P-Ay for guix-patches@gnu.org; Mon, 16 Sep 2019 23:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iA4JW-0004s2-BR for guix-patches@gnu.org; Mon, 16 Sep 2019 23:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42630) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iA4JW-0004rr-8q for guix-patches@gnu.org; Mon, 16 Sep 2019 23:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iA4JW-0000ii-4K for guix-patches@gnu.org; Mon, 16 Sep 2019 23:38:02 -0400 Subject: [bug#37434] [PATCH 1/2] gnu: ghc-megaparsec: Update to 7.0.5. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50892) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iA4IU-0006yx-HV for guix-patches@gnu.org; Mon, 16 Sep 2019 23:36:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iA4IS-0004SS-UV for guix-patches@gnu.org; Mon, 16 Sep 2019 23:36:58 -0400 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:5206 helo=smtp.centurylink.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iA4IS-0004Rz-OZ for guix-patches@gnu.org; Mon, 16 Sep 2019 23:36:56 -0400 From: ericbavier@centurylink.net Date: Mon, 16 Sep 2019 22:37:29 -0500 Message-Id: <20190917033730.28806-1-ericbavier@centurylink.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37434@debbugs.gnu.org Cc: Eric Bavier From: Eric Bavier * gnu/packages/haskell.scm (ghc-megaparsec): Update to 7.0.5 [arguments]: Remove field. --- gnu/packages/haskell.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8787f10789..960068ab23 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4050,7 +4050,7 @@ combinators.") (define-public ghc-megaparsec (package (name "ghc-megaparsec") - (version "6.5.0") + (version "7.0.5") (source (origin (method url-fetch) @@ -4059,11 +4059,8 @@ combinators.") version ".tar.gz")) (sha256 (base32 - "12iggy7qpf8x93jm64zf0g215xwy779bqyfyjk2bhmxqqr1yzgdy")))) + "0bqx1icbmk8s7wmbcdzsgnlh607c7kzg8l80cp02dxr5valjxp7j")))) (build-system haskell-build-system) - (arguments - `(#:cabal-revision - ("4" "0ij3asi5vwlhbgwsy6nhli9a0qb7926mg809fsgyl1rnhs9fvpx1"))) (inputs `(("ghc-case-insensitive" ,ghc-case-insensitive) ("ghc-parser-combinators" ,ghc-parser-combinators) -- 2.23.0