[PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Robert Vollmert
Owner
unassigned
Submitted by
Robert Vollmert
Severity
normal
R
R
Robert Vollmert wrote on 30 Jun 2019 22:54
(address . guix-patches@gnu.org)(name . Robert Vollmert)(address . rob@vllmrt.net)
20190630205447.54760-1-rob@vllmrt.net
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(-)

Toggle diff (24 lines)
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)
M
M
Marius Bakke wrote on 2 Jul 2019 17:31
(name . Robert Vollmert)(address . rob@vllmrt.net)
87ef38v4ep.fsf@devup.no
Robert Vollmert <rob@vllmrt.net> writes:

Toggle quote (9 lines)
> 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!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0beO4ACgkQoqBt8qM6
VProUAf9FbjdFByW9x9sEZe1R1lK8mOeoaneAAbmPG6tA7xIy/I7P5bLWxPdEDxA
eM9/90pnxxcYiwn28LKuluyiByIwiZG1zhY/5Y7snV5z5CQqOse2LRoMbUsAmkoT
k37IOZTAb0ucs5iCQ5cmjCBZ4pnCj1QfDdwgVVxEJMu+D5elw/SMv8AVCAneiKpf
7xbbU/hytwfTX/w0oB4LQ/u0i/IFoBg+D4hu6ngXUItR95L/Re8hssRVjK2rkXiE
u/MBHcoViiIOwN9/HbFWXUo2lMfObiKz2FuQ6LedhbCumntGcKNoOnWClA7m9Jcl
y3siogwob0jJZmXgkYWFumqa4Lu4hQ==
=CXvq
-----END PGP SIGNATURE-----

Closed
?