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 16:25:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi,

Nicolas Goaziou <address@hidden> skribis:

>>> --- 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?
>
> This game is written in C++. The Haskell modules are required for the
> Pascal to C translator, which is used during the build, as explained in
> the comments. Since the Haskell code represents only a very tiny part of
> the code base, moving the whole package to haskell-apps.scm may be
> confusing.
>
> WDYT?

OK, it makes sense to keep it here in that case.

I’m well aware that it’s next to impossible to keep things separate in
the long term (for example, glibc could very well end up using Pandoc to
build its doc), but that was a modest attempt at that.

Thanks,
Ludo’.



reply via email to

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