guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/21] gnu: Add ghc-lifted-async.


From: Ludovic Courtès
Subject: Re: [PATCH 10/21] gnu: Add ghc-lifted-async.
Date: Tue, 10 Nov 2015 17:10:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Paul van der Walt <address@hidden> skribis:

> * gnu/packages/haskell.scm (ghc-lifted-async): New variable.

[...]

> +    (inputs
> +     `(("ghc-async" ,ghc-async)
> +       ("ghc-lifted-base" ,ghc-lifted-base)
> +       ("ghc-transformers-base" ,ghc-transformers-base)
> +       ("ghc-monad-control" ,ghc-monad-control)
> +       ("ghc-mtl" ,ghc-mtl)
> +       ("ghc-hunit" ,ghc-hunit)
> +       ("ghc-tasty" ,ghc-tasty)
> +       ("ghc-tasty-hunit" ,ghc-tasty-hunit)
> +       ("ghc-tasty-th" ,ghc-tasty-th)))
> +    (propagated-inputs
> +     `(("ghc-constraints" ,ghc-constraints)))

Could you add a comment saying why those above are not propagated?
Maybe they’re just used for tests?

OK with this change.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]