bug#38946: guix import fails for cabal-helper

2024-05-25 Thread Lars-Dominik Braun
Hi, > I've been trying to improve the Haskell tooling we have here on Guix, but > I ran into this problem: if I try to do ~guix import hackage > cabal-helper~ it fails with: Guix has had support for the `common` stanza for quite a while now and importing cabal-helper works. Closing. Lars

bug#38946: guix import fails for cabal-helper

2020-01-10 Thread Robert Vollmert
It appears that the guix cabal parser (in guix/import/cabal.scm) isn’t aware of `common` stanzas. https://www.haskell.org/cabal/users-guide/developing-packages.html#pkg-section-common-common Note that there’s quite a few issues with the cabal parser, and the format is pretty baroque, to the

bug#38946: guix import fails for cabal-helper

2020-01-05 Thread Sergiu Marton
I've been trying to improve the Haskell tooling we have here on Guix, but I ran into this problem: if I try to do ~guix import hackage cabal-helper~ it fails with: Syntax error: unexpected token : common (at line 76, column 0) Syntax error: unexpected end of input guix import: error: failed to