unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package.
@ 2018-12-13 12:56 Christopher Baines
  2018-12-13 20:28 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2018-12-13 12:56 UTC (permalink / raw)
  To: 33724

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

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

* [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package.
  2018-12-13 12:56 [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package Christopher Baines
@ 2018-12-13 20:28 ` Leo Famulari
  2018-12-14 16:16   ` bug#33724: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-12-13 20:28 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 33724

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

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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#33724: [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package.
  2018-12-13 20:28 ` Leo Famulari
@ 2018-12-14 16:16   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2018-12-14 16:16 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 33724-done

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


Leo Famulari <leo@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 :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

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

end of thread, other threads:[~2018-12-14 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 12:56 [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package Christopher Baines
2018-12-13 20:28 ` Leo Famulari
2018-12-14 16:16   ` bug#33724: " Christopher Baines

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).