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: Do not propagate inputs in haskell.scm. Date: Sun, 02 Oct 2016 15:40:35 +0200 Message-ID: <87intag97w.fsf@gnu.org> References: <20161001155110.9024-1-rekado@elephly.net> 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]:42759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqh0W-0002U7-7B for guix-devel@gnu.org; Sun, 02 Oct 2016 09:40:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqh0R-0004dQ-Ts for guix-devel@gnu.org; Sun, 02 Oct 2016 09:40:43 -0400 In-Reply-To: <20161001155110.9024-1-rekado@elephly.net> (Ricardo Wurmus's message of "Sat, 1 Oct 2016 17:51:09 +0200") 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@gnu.org 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=E2=80=99ll no longer have to propagate tons of packages. Ludo=E2=80=99.