unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0
@ 2019-06-30 20:54 Robert Vollmert
  2019-07-02 15:31 ` bug#36449: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-06-30 20:54 UTC (permalink / raw)
  To: 36449; +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 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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36449: [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0
  2019-06-30 20:54 [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0 Robert Vollmert
@ 2019-07-02 15:31 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-07-02 15:31 UTC (permalink / raw)
  To: Robert Vollmert, 36449-done

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Robert Vollmert <rob@vllmrt.net> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-02 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-30 20:54 [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0 Robert Vollmert
2019-07-02 15:31 ` bug#36449: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).