guix-devel
[Top][All Lists]
Advanced

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

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


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

From: Eric Bavier <address@hidden>

> * gnu/packages/haskell.scm (ghc-uniplate): New variable.
> ---
>  gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
> 
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 4246b64..50da7ff 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -1381,6 +1381,34 @@ optimized for performance critical use, both in terms 
> of large data quantities
>  and high speed.")
>      (license bsd-3)))
>  
> +(define-public ghc-uniplate
> +  (package
[...]
> +    (synopsis
> +     "Help writing simple, concise and fast generic operations")

How about: "Simple, concise, and fast generic operations"

> +    (description "Uniplate is library for writing simple and concise generic

Uniplate is _a_ library...

> +operations.  Uniplate has similar goals to the original Scrap Your 
> Boilerplate
> +work, but is substantially simpler and faster.")

       ^---- I believe this comma is grammatically unnecessary.

`~Eric



reply via email to

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