From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: propagating inputs in ghc-* packages Date: Fri, 30 Sep 2016 09:37:15 -0500 Message-ID: <721e3b2f0b9accb7f7efc59722baa77e@openmailbox.org> References: <87oa35spxl.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpywP-0005fF-PM for guix-devel@gnu.org; Fri, 30 Sep 2016 10:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpywN-00052h-0v for guix-devel@gnu.org; Fri, 30 Sep 2016 10:37:33 -0400 In-Reply-To: <87oa35spxl.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel , Guix-devel Hello Ricardo, On 2016-09-30 04:24, Ricardo Wurmus wrote: > Hi Guix, >=20 > I=E2=80=99m in the middle of upgrading our Haskell packages. (Actually= , I=E2=80=99m > just yak shaving. I need =E2=80=9Cpandoc-citeproc=E2=80=9D for =E2=80=9C= r-knitr=E2=80=9D=E2=80=A6) >=20 > I noticed that upgrading Haskell packages is a pain in the neck because > of propagated inputs. It seems that not all packages have fully > declared dependencies and just work accidentally because of propagated > inputs of a related package. This also makes upgrades more difficult > because I can get substitutes from Hydra that depend on older versions > of some Haskell packages. >=20 > It looks like Haskell binaries actually embed references to other > Haskell packages, so I=E2=80=99m not sure we actually need to propagate= =20 > anything > at all. Could someone please confirm this? Commit e17d513381296b (from almost a year ago!) was intended to allow us=20 to remove propagated inputs from our ghc-* packages. But I didn't=20 follow-up at the time, for reasons I forget now, in actually=20 un-propagating those inputs. So if you want to try to do that, it might=20 just work. --=20 `~Eric