From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 1/2] gnu: Do not propagate inputs in haskell.scm. Date: Sun, 02 Oct 2016 17:34:03 +0200 Message-ID: <87r37y934k.fsf@elephly.net> References: <20161001155110.9024-1-rekado@elephly.net> <87intag97w.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqimT-0007p8-Gu for guix-devel@gnu.org; Sun, 02 Oct 2016 11:34:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqimS-0000qN-Kw for guix-devel@gnu.org; Sun, 02 Oct 2016 11:34:21 -0400 In-reply-to: <87intag97w.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/haskell.scm >> (ghc-streaming-commons)[propagated-inputs]: Move ghc-random... >> [inputs]: ...to here; remove ghc-async, add ghc-directory, add >> ghc-transformers; move ghc-quickcheck, ghc-hspec... >> [native-inputs]: ...to here; add hspec-discover. > > [...] > > Awesome, LGTM! > > Thanks for going through all these packages! It sounds like a great > improvement that we’ll no longer have to propagate tons of packages. Yeah, I’m happy whenever we can do without propagation. It’s one of those features of Guix that often bite me. Pushed as 2d47cee25b8bb31d22e6803f1cb3e1679641e14a. ~~ Ricardo