guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add ghc-tasty-golden.


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

From: Eric Bavier <address@hidden>

> * gnu/packages/haskell.scm (ghc-tasty-golden): New variable.
> ---
>  gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
> 
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index e017595..ccfb087 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -2877,6 +2877,41 @@ It is modeled after doctest for Python, see
>  Haskell test framework.")
>      (license expat)))
>  
> +(define-public ghc-tasty-golden
> +  (package
[...]
> +    (description
> +     "This package provides support for «golden testing».  A golden test is 
> an

It might be best to use standard quotes here, rather than the guillemets, and
let translators handle localization.  WDYT?

`~Eric



reply via email to

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