Re: guix import hackage fails with errors, and failed tests

2021-03-26 Thread zimoun
Hi, On Fri, 26 Mar 2021 at 17:21, c4t0 wrote: > We can consider the argument backwards. If a user is not using haskell, > is not even packaging software, why make him have import-code at all? Well, you are not comparing apples to apples: Scheme files (~KB) vs Haskell (~GB)… > or why shipping

Re: guix import hackage fails with errors, and failed tests

2021-03-26 Thread c4t0
Hello! zimoun writes: > Hi, > > On Thu, 25 Mar 2021 at 16:23, c4t0 wrote: >> zimoun writes: > >>> The issue with this is that Guix would somehow depend on Haskell. And >>> it would not happen: GHC is not bootstrappable, is huge, etc. >> >> I get the point of bootstrappable guix, and yes GHC

Re: guix import hackage fails with errors, and failed tests

2021-03-25 Thread zimoun
Hi, On Thu, 25 Mar 2021 at 16:23, c4t0 wrote: > zimoun writes: >> The issue with this is that Guix would somehow depend on Haskell. And >> it would not happen: GHC is not bootstrappable, is huge, etc. > > I get the point of bootstrappable guix, and yes GHC is really huge, but > if you're impor

Re: guix import hackage fails with errors, and failed tests

2021-03-25 Thread c4t0
zimoun writes: > Hi, > > On Wed, 24 Mar 2021 at 16:41, c4t0 wrote: >> zimoun writes: > >> yes! I don't know if is really related with >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35743 and is a layout >> problem or it doesn't know how to parse 'common'. > > I have not read carefully the bug

Re: guix import hackage fails with errors, and failed tests

2021-03-24 Thread zimoun
Hi, On Wed, 24 Mar 2021 at 16:41, c4t0 wrote: > zimoun writes: > yes! I don't know if is really related with > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35743 and is a layout > problem or it doesn't know how to parse 'common'. I have not read carefully the bug report you mention, neither t

Re: guix import hackage fails with errors, and failed tests

2021-03-24 Thread c4t0
zimoun writes: > Hi, > > On Wed, 24 Mar 2021 at 04:19, c4t0 wrote: > >> I'm having problems with 'guix import' in my environment: >> $guix import hackage -t ghc-events >> Syntax error: unexpected token : common (at line 44, column 0) >> Syntax error: unexpected end of input >> guix import: error

Re: guix import hackage fails with errors, and failed tests

2021-03-24 Thread zimoun
Hi, On Wed, 24 Mar 2021 at 04:19, c4t0 wrote: > I'm having problems with 'guix import' in my environment: > $guix import hackage -t ghc-events > Syntax error: unexpected token : common (at line 44, column 0) > Syntax error: unexpected end of input > guix import: error: failed to download cabal f

Re: guix import hackage fails with errors, and failed tests

2021-03-24 Thread c4t0
c4t0 writes: it appears to be this bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35743 It's marked in the hackage.scm to expected fail, but the layout problem with cabal files seems pretty ubiquos. I'll try to look at it, and move the discussion there. If anyone can give me some tip to how

guix import hackage fails with errors, and failed tests

2021-03-23 Thread c4t0
Hi! I'm having problems with 'guix import' in my environment: $guix import hackage -t ghc-events Syntax error: unexpected token : common (at line 44, column 0) Syntax error: unexpected end of input guix import: error: failed to download cabal file for package 'ghc-events' so I cloned guix, and: