From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 1/2] gnu: Add ghc-transformers Date: Wed, 14 Oct 2015 03:40:32 -0500 Message-ID: <20151014034032.6fcf73b6@openmailbox.org> References: <1444595036-20254-1-git-send-email-james.trotter@gmail.com> <20151012182809.0d494eb5@openmailbox.org> <874mhvrtmr.fsf@gnu.org> <20151013035648.7a6e73d3@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]:41537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmMBO-0005Id-Md for guix-devel@gnu.org; Wed, 14 Oct 2015 09:33:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmMBI-0001my-UG for guix-devel@gnu.org; Wed, 14 Oct 2015 09:33:30 -0400 Received: from smtp5.openmailbox.org ([62.4.1.39]:50791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmMBI-0001mc-LA for guix-devel@gnu.org; Wed, 14 Oct 2015 09:33:24 -0400 In-Reply-To: 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: James David Trotter Cc: guix-devel@gnu.org On Tue, 13 Oct 2015 23:11:52 +0200 James David Trotter wrote: > On 13 October 2015 at 10:56, Eric Bavier wro= te: > > > > On Tue, 13 Oct 2015 11:43:24 +0200 > > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > > > > > Eric Bavier skribis: > > > > > > > Although other ghc packages in haskell.scm include these two output= s, > > > > 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 t= his > > > > field. > > > > > > Oh, too bad. Do you know why the reference is kept? Does that look > > > like something that can be fixed? > > > > References to the doc directory is often kept in the > > lib/ghc-7.8.4/package.d/.conf (or similar) file, in the > > 'haddock-interfaces' and 'haddock-html' fields. We may be able to just > > scrub the references, but it may break some user expectations about > > using 'ghc-pkg' to find the location of documentation for a library. > > >=20 > Are you saying that the whole line should be dropped, or only "doc"? The 'outputs' field is not necessary, so, yes, the entire line in this case may be dropped. > > > >> + (description > > > >> + "A portable library of functor and monad transformers, inspi= red by the > > > >> +paper \"Functional Programming with Overloading and Higher-Order > > > >> +Polymorphism\", by Mark P Jones, in Advanced School of Functional= Programming, > > > >> +1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).") > > > > > > > > Descriptions can now optionally include texinfo markup, so maybe th= at > > > > last could be "@url{http://web.cecs.pdx.edu/...}" > > > > > > Better yet: > > > > > > @uref{http://web.cecs.pdx.edu/..., "Functional Programming=E2=80=A6= "} > > > > Much better. > > >=20 > OK, I'll make the recommended changes and send a new patch. Great, thanks! `~Eric