GNU bug report logs -
#38603
[WIP Mercury 0/2] Add Mercury.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Sat, 14 Dec 2019 03:30:02 UTC
Severity: normal
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#38603: [WIP Mercury 0/2] Add Mercury.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 38603 <at> debbugs.gnu.org.
--
38603: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38603
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
On Mon, 06 Jan 2020 at 17:57, Brett Gilio <brettg <at> gnu.org> wrote:
[...]
> +(define-public mercury
> + (package
> + (name "mercury")
> + (version "14.01.1")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://dl.mercurylang.org/release/mercury-srcdist-"
> + version ".tar.gz"))
--8<---------------cut here---------------start------------->8---
8b928a3931cafddb291152bc259b634ab3ab441b
Author: Brett Gilio <brettg <at> gnu.org>
AuthorDate: Wed Nov 25 16:40:29 2020 -0600
Commit: Brett Gilio <brettg <at> gnu.org>
CommitDate: Wed Nov 25 16:40:29 2020 -0600
gnu: mercury: Update to 20.06.1.
* gnu/packages/mercury.scm (mercury): Update to 20.06.1.
--8<---------------cut here---------------end--------------->8---
Closing!
Cheers,
simon
[Message part 3 (message/rfc822, inline)]
[0000-cover-letter.patch (text/x-patch, inline)]
From a6abc5a2d05cba65c652f5834e768ee8cecde5f8 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Fri, 13 Dec 2019 21:27:49 -0600
Subject: [WIP Mercury 0/2] Add Mercury.
This is an incomplete patch series for adding Mercury to GNU Guix.
I wanted to put it out there now so other people can work on it and I can
keep track of the progress I make on it.
Please send revisions by rerolling n+1.
Brett Gilio (2):
gnu: Register mercury module.
gnu: Add mercury.
gnu/local.mk | 1 +
gnu/packages/mercury.scm | 142 +++++++++++++++++++++++++++++++++++++++
2 files changed, 143 insertions(+)
create mode 100644 gnu/packages/mercury.scm
--
2.24.1
This bug report was last modified 3 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.