unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH 01/21] gnu: ghc-regex-posix: Propagate inputs.
Date: Wed,  4 Nov 2015 21:00:49 +0100	[thread overview]
Message-ID: <1446667269-4961-1-git-send-email-paul@denknerd.org> (raw)
In-Reply-To: <87oaf95yix.fsf@denknerd.org>

* gnu/packages/haskell.scm (ghc-regex-posix): Move ghc-regex-base to
  propagated inputs.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b9387f8..0ecd7b1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1900,7 +1900,7 @@ regex-posix, regex-pcre, regex-parsec, regex-tdfa, regex-dfa.")
         (base32
          "0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"))))
     (build-system haskell-build-system)
-    (inputs `(("ghc-regex-base" ,ghc-regex-base)))
+    (propagated-inputs `(("ghc-regex-base" ,ghc-regex-base)))
     (home-page "http://sourceforge.net/projects/lazy-regex")
     (synopsis "POSIX regular expressions for Haskell")
     (description "This library provides the POSIX regex backend used by the
-- 
2.6.2

  reply	other threads:[~2015-11-04 20:01 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-04 19:56 Adding xmobar Paul van der Walt
2015-11-04 20:00 ` Paul van der Walt [this message]
2015-11-04 20:00   ` [PATCH 02/21] gnu: ghc-regex-compat: Propagate inputs Paul van der Walt
2015-11-04 20:00   ` [PATCH 03/21] gnu: Add ghc-monads-tf Paul van der Walt
2015-11-10 16:07     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 04/21] gnu: Add ghc-language-haskell-extract Paul van der Walt
2015-11-10 16:07     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 05/21] gnu: Add ghc-tasty-th Paul van der Walt
2015-11-10 16:08     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 06/21] gnu: Add ghc-newtype Paul van der Walt
2015-11-10 16:09     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 07/21] gnu: Add ghc-patience Paul van der Walt
2015-11-10 16:08     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 08/21] gnu: Add ghc-constraints Paul van der Walt
2015-11-10 16:09     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 09/21] gnu: Add ghc-language-c Paul van der Walt
2015-11-10 16:09     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 10/21] gnu: Add ghc-lifted-async Paul van der Walt
2015-11-10 16:10     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 11/21] gnu: Add ghc-options Paul van der Walt
2015-11-10 16:10     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 12/21] gnu: Add ghc-chell Paul van der Walt
2015-11-10 16:12     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 13/21] gnu: Add ghc-chell-quickcheck Paul van der Walt
2015-11-10 16:13     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 14/21] gnu: Add ghc-system-filepath Paul van der Walt
2015-11-10 16:11     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 15/21] gnu: Add ghc-system-fileio Paul van der Walt
2015-11-10 16:16     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 16/21] gnu: Add ghc-enclosed-exceptions Paul van der Walt
2015-11-10 16:14     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 17/21] gnu: Add ghc-shelly Paul van der Walt
2015-11-10 16:13     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 18/21] gnu: Add c2hs Paul van der Walt
2015-11-10 16:15     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 19/21] gnu: Add ghc-alsa-core Paul van der Walt
2015-11-10 16:12     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 20/21] gnu: Add ghc-alsa-mixer Paul van der Walt
2015-11-10 16:17     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 21/21] gnu: Add xmobar Paul van der Walt
2015-11-10 16:15     ` Ludovic Courtès
2015-11-10 16:06   ` [PATCH 01/21] gnu: ghc-regex-posix: Propagate inputs Ludovic Courtès

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446667269-4961-1-git-send-email-paul@denknerd.org \
    --to=paul@denknerd.org \
    --cc=guix-devel@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 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).