From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: Add ghc-transformers Date: Tue, 13 Oct 2015 11:43:24 +0200 Message-ID: <874mhvrtmr.fsf@gnu.org> References: <1444595036-20254-1-git-send-email-james.trotter@gmail.com> <20151012182809.0d494eb5@openmailbox.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]:43269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlw7I-0003ie-VV for guix-devel@gnu.org; Tue, 13 Oct 2015 05:43:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlw7E-0001t6-5w for guix-devel@gnu.org; Tue, 13 Oct 2015 05:43:32 -0400 In-Reply-To: <20151012182809.0d494eb5@openmailbox.org> (Eric Bavier's message of "Mon, 12 Oct 2015 18:28:09 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > Although other ghc packages in haskell.scm include these two outputs, > the "out" output very often ends up referencing the "doc" output, so > both end up installed in practice, so it should be safe to remove this > field. Oh, too bad. Do you know why the reference is kept? Does that look like something that can be fixed? >> + (description >> + "A portable library of functor and monad transformers, inspired by= the >> +paper \"Functional Programming with Overloading and Higher-Order >> +Polymorphism\", by Mark P Jones, in Advanced School of Functional Progr= amming, >> +1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).") > > Descriptions can now optionally include texinfo markup, so maybe that > last could be "@url{http://web.cecs.pdx.edu/...}" Better yet: @uref{http://web.cecs.pdx.edu/..., "Functional Programming=E2=80=A6"} Thanks, Ludo=E2=80=99.