guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: gnu: Add missing modules in games.scm.


From: Ludovic Courtès
Subject: Re: 01/01: gnu: Add missing modules in games.scm.
Date: Tue, 30 Apr 2019 10:41:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

address@hidden skribis:

> commit 1abe2e2a2916a230984a9a2be25eb0f6a78fd2f8
> Author: Nicolas Goaziou <address@hidden>
> Date:   Mon Apr 29 14:56:32 2019 +0200
>
>     gnu: Add missing modules in games.scm.

The assist the reader ;-), I think it’s good to add a comment such as
“This is a followup to commit XYZ.”

> --- 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’re not
looking for anything related to Haskell.

Would it make sense for you to move the Haskell games there?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]