emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36449: closed ([PATCH] gnu: packages: Update ghc-p


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36449: closed ([PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0)
Date: Tue, 02 Jul 2019 15:33:02 +0000

Your message dated Tue, 02 Jul 2019 17:31:58 +0200
with message-id <address@hidden>
and subject line Re: [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 
0.6.4.0
has caused the debbugs.gnu.org bug report #36449,
regarding [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36449: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36449
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0 Date: Sun, 30 Jun 2019 22:54:48 +0200
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 number 
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 number 
generators.")
              ".tar.gz"))
        (sha256
         (base32
-         "0mcmbnj08wd6zfwn7xk6zf5hy5zwbla5v78pw0dpymqg9s0gzpnd"))))
+         "0r0cda7acvplgwaxy69kviv4jp7kkfi038by68gj4yfx4iwszgjc"))))
     (build-system haskell-build-system)
     (home-page
      "https://github.com/haskell/primitive";)
-- 
2.20.1 (Apple Git-117)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0 Date: Tue, 02 Jul 2019 17:31:58 +0200 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Robert Vollmert <address@hidden> writes:

> 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.

According to `guix refresh -l`, ghc-primitive has nearly 380 dependent
packages, so I pushed it to the 'staging' branch in commit b8d41cfc875b.

I also adjusted the commit message slightly to conform to our GNU
ChangeLog style.

Thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]