guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add ghc-semigroups.


From: ericbavier
Subject: Re: [PATCH] gnu: Add ghc-semigroups.
Date: Thu, 22 Oct 2015 03:47:43 -0500

From: Eric Bavier <address@hidden>

> * gnu/packages/haskell.scm (ghc-semigroups): New variable.
> ---
>  gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
> 
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index a26c7cf..a40cc3c 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -2468,6 +2468,39 @@ unbounded @code{Integer} type.")
>      (description "This library provides the natural numbers for Haskell.")
>      (license bsd-3)))
>  
> +(define-public ghc-semigroups
> +  (package
[...]
> +    (inputs
> +     `(("ghc-text" ,ghc-text)
> +       ("ghc-hashable" ,ghc-hashable)))

Do these not need to also be propagated?

> +    (synopsis "Anything that associates")

This is quite general.  How about: "Semigroup operations for Haskell"

`~Eric



reply via email to

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