From: Robert Vollmert <rob@vllmrt.net>
To: 36449@debbugs.gnu.org
Cc: Robert Vollmert <rob@vllmrt.net>
Subject: [bug#36449] [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0
Date: Sun, 30 Jun 2019 22:54:48 +0200 [thread overview]
Message-ID: <20190630205447.54760-1-rob@vllmrt.net> (raw)
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)
next reply other threads:[~2019-06-30 20:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-30 20:54 Robert Vollmert [this message]
2019-07-02 15:31 ` bug#36449: [PATCH] gnu: packages: Update ghc-primitive to 0.6.4.0 Marius Bakke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190630205447.54760-1-rob@vllmrt.net \
--to=rob@vllmrt.net \
--cc=36449@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.