From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39269) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icfCe-0007qd-Ma for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icfCd-0005JW-4Q for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icfCb-0005FX-Ua for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icfCY-00040Q-Sf for guix-patches@gnu.org; Wed, 04 Dec 2019 19:41:02 -0500 Subject: [bug#33480] [PATCH] gnu: ghc-tagged: Update to 0.8.6 Resent-Message-ID: From: Brett Gilio References: <20181124043531.11149-1-brettg@posteo.net> Date: Wed, 04 Dec 2019 18:40:11 -0600 In-Reply-To: <20181124043531.11149-1-brettg@posteo.net> (Brett Gilio's message of "Fri, 23 Nov 2018 22:35:31 -0600") Message-ID: <87d0d361w4.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: 33480@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 5cd746b36..f06909b8d 100644 > --- a/gnu/packages/haskell.scm > +++ b/gnu/packages/haskell.scm > @@ -4805,7 +4805,7 @@ periodic, on-demand actions in Haskell.") > (define-public ghc-tagged > (package > (name "ghc-tagged") > - (version "0.8.5") > + (version "0.8.6") > (source > (origin > (method url-fetch) > @@ -4815,7 +4815,7 @@ periodic, on-demand actions in Haskell.") > ".tar.gz")) > (sha256 > (base32 > - "16cdzh0bw16nvjnyyy5j9s60malhz4nnazw96vxb0xzdap4m2z74")))) > + "1pciqzxf9ncv954v4r527xkxkn7r5hcr13mfw5dg1xjci3qdw5md")))) > (build-system haskell-build-system) > (arguments > `(#:cabal-revision This is a historical bug report and is no longer relevant. It can be closed. -- Brett M. Gilio https://git.sr.ht/~brettgilio/