From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38052) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhgsh-0002kd-9U for guix-patches@gnu.org; Sun, 30 Jun 2019 16:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhgsg-0001zA-72 for guix-patches@gnu.org; Sun, 30 Jun 2019 16:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hhgsg-0001yy-3e for guix-patches@gnu.org; Sun, 30 Jun 2019 16:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hhgsf-0006G4-Uc for guix-patches@gnu.org; Sun, 30 Jun 2019 16:57:02 -0400 Subject: [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37867) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhgrt-0002Qj-SN for guix-patches@gnu.org; Sun, 30 Jun 2019 16:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhgrs-0001IN-Rh for guix-patches@gnu.org; Sun, 30 Jun 2019 16:56:13 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:32532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hhgrs-0001GV-LL for guix-patches@gnu.org; Sun, 30 Jun 2019 16:56:12 -0400 From: Robert Vollmert Date: Sun, 30 Jun 2019 22:54:48 +0200 Message-Id: <20190630205447.54760-1-rob@vllmrt.net> MIME-Version: 1.0 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: 36449@debbugs.gnu.org Cc: Robert Vollmert This is in preparation of packaging postgrest. * gnu/packages/haskell.scm (ghc-primitive): Update version. --- I've checked that all immediate reverse dependencies still build. This will probably cause quite a few packages to be rebuilt indirectly, however. 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 35e89bb15c..0ebfacd43c 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2606,7 +2606,7 @@ library, including the ability to split random numb= er generators.") (define-public ghc-primitive (package (name "ghc-primitive") - (version "0.6.3.0") + (version "0.6.4.0") (outputs '("out" "doc")) (source (origin @@ -2617,7 +2617,7 @@ library, including the ability to split random numb= er generators.") ".tar.gz")) (sha256 (base32 - "0mcmbnj08wd6zfwn7xk6zf5hy5zwbla5v78pw0dpymqg9s0gzpnd")))) + "0r0cda7acvplgwaxy69kviv4jp7kkfi038by68gj4yfx4iwszgjc")))) (build-system haskell-build-system) (home-page "https://github.com/haskell/primitive") --=20 2.20.1 (Apple Git-117)