guix-devel
[Top][All Lists]
Advanced

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

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


From: Paul van der Walt
Subject: Re: [PATCH] gnu: Add ghc-blaze-markup.
Date: Thu, 22 Oct 2015 12:54:04 +0200

On 2015-10-22 at 05:18, quoth address@hidden:
>> +    (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
>> +    (inputs
>> +     `(("ghc-blaze-builder" ,ghc-blaze-builder)
>> +       ("ghc-text" ,ghc-text)
>> +       ("ghc-hunit" ,ghc-hunit)
>> +       ("ghc-quickcheck" ,ghc-quickcheck)))
>
> ghc-blaze-builder and ghc-text should be propagated, and the others may be
> removed because #:tests? #f.

Corrected.

>> +    (home-page "http://jaspervdj.be/blaze";)
>> +    (synopsis
>> +     "Blazingly fast markup combinator library for Haskell")
>
> Maybe just: Fast markup combinator library for Haskell

Indeed, i've fixed all the ghc-blaze-* packages with your comments on
synopsis and description.

> This library contains core modules for a markup combinator library for the
> Haskell programming language.
>
> Similar comments for the ghc-blaze-html patch.

Done.

Thanks,
p.



reply via email to

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