Re: [WEBSITE]: Remove version in package URLs?

2021-07-09 Thread Maxim Cournoyer
Hello Raghav! Raghav Gururajan writes: > Hello Guix! > > We have web interface for list of available > packages. https://guix.gnu.org/en/packages/ > > The absolute link to package page contains version in the URL. For > example, Hello: https://guix.gnu.org/en/packages/hello-2.10/ > > This preven

Re: Create branch for Haskell build changes and updates?

2021-07-09 Thread John Kehayias
Hi Ricardo, ‐‐‐ Original Message ‐‐‐ On Friday, July 9th, 2021 at 12:44 PM, Ricardo Wurmus wrote: > Hi John, > > > I'm pretty confident my build system patch > > > > https://issues.guix.gnu.org/49199 works well as far as I've > > > > tested it. However, for things like GHC, that would re

[WEBSITE]: Remove version in package URLs?

2021-07-09 Thread Raghav Gururajan
Hello Guix! We have web interface for list of available packages. https://guix.gnu.org/en/packages/ The absolute link to package page contains version in the URL. For example, Hello: https://guix.gnu.org/en/packages/hello-2.10/ This prevents the URL to be used as perma-link by upstreams, as

Re: Create branch for Haskell build changes and updates?

2021-07-09 Thread Ricardo Wurmus
Hi John, I'm pretty confident my build system patch https://issues.guix.gnu.org/49199 works well as far as I've tested it. However, for things like GHC, that would require a lot of compile time and package updates everywhere I think, and I personally don't have the resources/time to do that

Re: Create branch for Haskell build changes and updates?

2021-07-09 Thread John Kehayias
On Friday, July 9th, 2021 at 10:06 AM, Ricardo Wurmus wrote: > Sorry, not this time :) > > I suggest just starting a new branch. It doesn’t really need to > > be hosted in the main repo at this point, but if you have some > > initial patches that you’d like me to push to wip-haskell feel > > free t

Re: Create branch for Haskell build changes and updates?

2021-07-09 Thread Ricardo Wurmus
Xinglu Chen writes: On Wed, Jul 07 2021, John Kehayias wrote: Thank you for bringing this up! I posted a WIP patch for adding GHC 8.10 a while ago, but nobody showed any interest[1]. I don’t have any experience with updating the Haskell toolchain in Guix, but I think it would be great t

Re: Zile and minimal systems

2021-07-09 Thread Mathieu Othacehe
Hey, > I suppose this line could be removed now. Pushed, thanks for having a look. Mathieu

Re: Zile and minimal systems

2021-07-09 Thread Ricardo Wurmus
Mathieu Othacehe writes: Hey, ‘zile-on-guile’ is tempting but currently unmaintained. ‘mg’ could work too. mg seems to work fine. I'm currently testing the attached patch. Any objections? No objections, but one comment: diff --git a/gnu/system.scm b/gnu/system.scm index 8a3ae27d04.

Re: Zile and minimal systems

2021-07-09 Thread Mathieu Othacehe
Hey, > ‘zile-on-guile’ is tempting but currently unmaintained. ‘mg’ could work too. mg seems to work fine. I'm currently testing the attached patch. Any objections? Thanks, Mathieu >From 0cff5b30711a8987bc0457c23a73982888ec802e Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 9 Jul

Re: Zile and minimal systems

2021-07-09 Thread Taylan Kammer
On 08.07.2021 23:52, Ludovic Courtès wrote: > Hi! > > Commit da40d07066096a3b5a852041ea01fbb32240deda updates Zile, but this > new version seems to have little in common with previous ones. In > particular, it has more dependencies and a larger footprint: > > --8<---cut here-