From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH] gnu: Add ghc-cereal. Date: Thu, 22 Oct 2015 13:25:23 +0200 Message-ID: <871tcnrvq4.fsf@denknerd.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445484334-25558-1-git-send-email-ericbavier@openmailbox.org> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDzw-0003pw-CC for guix-devel@gnu.org; Thu, 22 Oct 2015 07:25:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpDzt-0004BP-4i for guix-devel@gnu.org; Thu, 22 Oct 2015 07:25:32 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:10566 helo=mx-out01.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDzs-0004BJ-TC for guix-devel@gnu.org; Thu, 22 Oct 2015 07:25:29 -0400 In-reply-to: <1445484334-25558-1-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:25, quoth ericbavier@openmailbox.org: >> + (home-page >> + "http://hackage.haskell.org/package/cereal") >> + (synopsis "Binary serialization library") >> + (description >> + "This package provides a binary serialization library, similar to binary, > > It may not be apparent that the "binary" being referred to here is a haskell > library. It should maybe be written as "similar to the @code{binary} library, > ...". Description fixed.