From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Haskell packages towards Pandoc. Date: Sat, 28 Nov 2015 16:49:26 +0100 Message-ID: <87egfat989.fsf@gnu.org> References: 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]:58436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2hki-00082e-UA for guix-devel@gnu.org; Sat, 28 Nov 2015 10:49:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2hke-0003ww-R3 for guix-devel@gnu.org; Sat, 28 Nov 2015 10:49:32 -0500 In-Reply-To: (Ricardo Wurmus's message of "Thu, 26 Nov 2015 17:14:53 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > Here=E2=80=99s a first collection of patches and new packages that I gath= ered on > the way down. Overall LGTM. Here are some random comments: > + (description > + "This package is an enhancement of the Text.Regex library, providin= g the @code{Text.Regex} > +PCRE backend to accompany regex-base, with bundled code from > +@url{www.pcre.org}.") @url{http://www.pcre.org} > + (synopsis "O(ND) diff algorithm in Haskell.") No period. > + "Highlighting-kate is a syntax highlighting library with support for > +nearly one hundred languages. The syntax parsers are automatically gene= rated > +from Kate syntax descriptions (@url{http://kate-editor.org/}), so any sy= ntax from @uref{http://kate-editor.org/, Kay syntax descriptions}, so any syntax > + "This package provides Haskell bindings for > +libcmark (@url{https://github.com/jgm/cmark}), the reference parser for @url{https://github.com/jgm/cmark, libcmark} Thanks! Ludo=E2=80=99.