guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add ghc-bytestring-builder.


From: ericbavier
Subject: Re: [PATCH] gnu: Add ghc-bytestring-builder.
Date: Wed, 21 Oct 2015 22:18:33 -0500

From: Eric Bavier <address@hidden>

> * gnu/packages/haskell.scm (ghc-bytestring-builder): New variable.
> ---
>  gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
> 
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 620a842..9b23f38 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -2445,6 +2445,32 @@ or timeout period.  This package provides alternative 
> functions which use the
>  unbounded @code{Integer} type.")
>      (license bsd-3)))
>  
> +(define-public ghc-bytestring-builder
> +  (package
[...]
> +    (arguments `(#:haddock? #f)) ; FIXME: testing framework unavailable

Did you mean '#:tests? #f'? or is the comment incorrect?

`~Eric



reply via email to

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