guix-devel
[Top][All Lists]
Advanced

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

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


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

From: Eric Bavier <address@hidden>

> * gnu/packages/haskell.scm (ghc-blaze-builder): New variable.
> ---
>  gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
> 
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 1b37942..219a63c 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -2000,6 +2000,38 @@ of base to a wider range of compilers, without 
> requiring the use of CPP
>  pragmas in your code.")
>      (license bsd-3)))
>  
> +(define-public ghc-blaze-builder
> +  (package
[...]
> +    (arguments `(#:tests? #f))          ; FIXME: Missing test libraries.
> +    (inputs
> +     `(("ghc-text" ,ghc-text)
> +       ("ghc-hunit" ,ghc-hunit)
> +       ("ghc-quickcheck" ,ghc-quickcheck)
> +       ("ghc-utf8-string" ,ghc-utf8-string)))

The ghc-hunit and ghc-quickcheck inputs can be removed because #:tests? #f.
The ghc-text and ghc-utf8-string inputs should probably be propagated.

`~Eric



reply via email to

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