From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38843) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icfCZ-0007kT-OB for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icfCY-0005A8-JR for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icfCY-00059O-Ej for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icfCY-00040J-Cg for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:02 -0500 Subject: [bug#33479] [PATCH] gnu: ghc-network: Update to 2.8.0.0 Resent-Message-ID: From: Brett Gilio References: <20181124043222.10708-1-brettg@posteo.net> Date: Wed, 04 Dec 2019 18:40:47 -0600 In-Reply-To: <20181124043222.10708-1-brettg@posteo.net> (Brett Gilio's message of "Fri, 23 Nov 2018 22:32:22 -0600") Message-ID: <87a78761v4.fsf@posteo.net> 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: 33479@debbugs.gnu.org Brett Gilio writes: > --- > gnu/packages/haskell.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 0a90ac523..5cd746b36 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -4264,7 +4264,7 @@ interface.") > (define-public ghc-network > (package > (name "ghc-network") > - (version "2.6.3.6") > + (version "2.8.0.0") > (outputs '("out" "doc")) > (source > (origin > @@ -4275,7 +4275,7 @@ interface.") > ".tar.gz")) > (sha256 > (base32 > - "198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv")))) > + "00skcish0xmm67ax999nv1nll9rm3gqmn92099iczd73nxl55468")))) > (build-system haskell-build-system) > ;; The regression tests depend on an unpublished module. > (arguments `(#:tests? #f)) This is a historical bug report and is no longer relevant. It can be closed. -- Brett M. Gilio https://git.sr.ht/~brettgilio/