From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add ghc-flac. Date: Mon, 16 Jan 2017 11:01:16 +0100 Message-ID: <87k29vz5lf.fsf@gnu.org> References: <20170115231015.3893-1-dannym@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cT46O-0007JS-TU for guix-devel@gnu.org; Mon, 16 Jan 2017 05:01:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cT46J-0003s7-4S for guix-devel@gnu.org; Mon, 16 Jan 2017 05:01:25 -0500 In-Reply-To: <20170115231015.3893-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Mon, 16 Jan 2017 00:10:15 +0100") 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" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi Danny, To complement Marius=E2=80=99 review=E2=80=A6 Danny Milosavljevic skribis: > + (description "Complete high-level binding to libFLAC for Haskell.") Please make it a complete sentence, and sort-of hint at what libFLAC along these lines: This package provides a Haskell interface to libFLAC, the Free Lossless Audio Codec (FLAC) decoding library. Otherwise LGTM. :-) Ludo=E2=80=99.