GNU bug report logs - #33724
[PATCH] gnu: ghc-call-stack-boot: Make it a hidden package.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Thu, 13 Dec 2018 12:58:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33724 in the body.
You can then email your comments to 33724 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33724; Package guix-patches. (Thu, 13 Dec 2018 12:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 13 Dec 2018 12:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package.
Date: Thu, 13 Dec 2018 13:56:41 +0100
This package doesn't sound like it should be directly used, so hide it.

* gnu/packages/haskell.scm (ghc-call-stack-boot): Use hidden-package to hide
the package.
---
 gnu/packages/haskell.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 57435dca07..8d0e2aef69 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5069,10 +5069,11 @@ call stacks with different versions of the compiler.")
 ;; This is used as an input to ghc-hunit.  We cannot use ghc-call-stack there,
 ;; because it depends on ghc-nanospec, which depends on ghc-hunit.
 (define-public ghc-call-stack-boot
-  (package
-    (inherit ghc-call-stack)
-    (arguments '(#:tests? #f))
-    (inputs '())))
+  (hidden-package
+   (package
+     (inherit ghc-call-stack)
+     (arguments '(#:tests? #f))
+     (inputs '()))))
 
 (define-public ghc-statevar
   (package
-- 
2.18.0





Information forwarded to guix-patches <at> gnu.org:
bug#33724; Package guix-patches. (Thu, 13 Dec 2018 20:29:01 GMT) Full text and rfc822 format available.

Message #8 received at 33724 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 33724 <at> debbugs.gnu.org
Subject: Re: [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden
 package.
Date: Thu, 13 Dec 2018 15:28:18 -0500
[Message part 1 (text/plain, inline)]
On Thu, Dec 13, 2018 at 01:56:41PM +0100, Christopher Baines wrote:
> This package doesn't sound like it should be directly used, so hide it.
> 
> * gnu/packages/haskell.scm (ghc-call-stack-boot): Use hidden-package to hide
> the package.

LGTM, thanks!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Fri, 14 Dec 2018 16:17:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Fri, 14 Dec 2018 16:17:02 GMT) Full text and rfc822 format available.

Message #13 received at 33724-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Leo Famulari <leo <at> famulari.name>
Cc: 33724-done <at> debbugs.gnu.org
Subject: Re: [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden
 package.
Date: Fri, 14 Dec 2018 16:16:13 +0000
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> On Thu, Dec 13, 2018 at 01:56:41PM +0100, Christopher Baines wrote:
>> This package doesn't sound like it should be directly used, so hide it.
>>
>> * gnu/packages/haskell.scm (ghc-call-stack-boot): Use hidden-package to hide
>> the package.
>
> LGTM, thanks!

Great, I've pushed this now :)
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 Jan 2019 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 154 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.