From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH] gnu: Add ghc-blaze-markup. Date: Thu, 22 Oct 2015 12:54:04 +0200 Message-ID: <877fmfrx6b.fsf@denknerd.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445483942-24931-1-git-send-email-ericbavier@openmailbox.org> <1445483942-24931-2-git-send-email-ericbavier@openmailbox.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDVc-0002Fp-Fy for guix-devel@gnu.org; Thu, 22 Oct 2015 06:54:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpDVZ-000383-9b for guix-devel@gnu.org; Thu, 22 Oct 2015 06:54:12 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:10060 helo=mx-out01.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDVZ-00036v-3P for guix-devel@gnu.org; Thu, 22 Oct 2015 06:54:09 -0400 In-reply-to: <1445483942-24931-2-git-send-email-ericbavier@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ericbavier@openmailbox.org Cc: guix-devel@gnu.org On 2015-10-22 at 05:18, quoth ericbavier@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.