From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 01/01: gnu: Add missing modules in games.scm. Date: Tue, 30 Apr 2019 10:41:13 +0200 Message-ID: <87imuvnavq.fsf@gnu.org> References: <20190429125659.26449.44426@vcs0.savannah.gnu.org> <20190429125700.9573820431@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLOL9-0005X5-1h for guix-devel@gnu.org; Tue, 30 Apr 2019 04:42:17 -0400 In-Reply-To: <20190429125700.9573820431@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Mon, 29 Apr 2019 08:57:00 -0400 (EDT)") 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: guix-devel@gnu.org, Nicolas Goaziou Hello, guix-commits@gnu.org skribis: > commit 1abe2e2a2916a230984a9a2be25eb0f6a78fd2f8 > Author: Nicolas Goaziou > Date: Mon Apr 29 14:56:32 2019 +0200 > > gnu: Add missing modules in games.scm. The assist the reader ;-), I think it=E2=80=99s good to add a comment such = as =E2=80=9CThis is a followup to commit XYZ.=E2=80=9D > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -105,6 +105,8 @@ > #:use-module (gnu packages gstreamer) > #:use-module (gnu packages gtk) > #:use-module (gnu packages guile) > + #:use-module (gnu packages haskell) > + #:use-module (gnu packages haskell-crypto) A while back I moved Haskell games (and more) to haskell-apps.scm. The idea was that we could avoid loading all of Haskell when we=E2=80=99re not looking for anything related to Haskell. Would it make sense for you to move the Haskell games there? Thanks, Ludo=E2=80=99.