On 2015-10-22 at 05:18, quoth ericbav...@openmailbox.org: >> + (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.