From: Christopher Baines <mail@cbaines.net>
To: 33724@debbugs.gnu.org
Subject: [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package.
Date: Thu, 13 Dec 2018 13:56:41 +0100 [thread overview]
Message-ID: <20181213125641.20767-1-mail@cbaines.net> (raw)
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
next reply other threads:[~2018-12-13 12:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-13 12:56 Christopher Baines [this message]
2018-12-13 20:28 ` [bug#33724] [PATCH] gnu: ghc-call-stack-boot: Make it a hidden package Leo Famulari
2018-12-14 16:16 ` bug#33724: " Christopher Baines
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=20181213125641.20767-1-mail@cbaines.net \
--to=mail@cbaines.net \
--cc=33724@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.