[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67599: [PATCH] guix: import: Fix parsing Cabal files that import man
From: |
Lars-Dominik Braun |
Subject: |
bug#67599: [PATCH] guix: import: Fix parsing Cabal files that import many stanzas |
Date: |
Sun, 3 Dec 2023 16:16:51 +0100 |
Hi,
> * guix/import/cabal.scm (eval-cabal)[eval]: Split imports to a
> normalized list before mapping over it.
> * tests/hackage.scm: Test it.
>
> Change-Id: I39ece019251b6a23a937c8562d2d4a545a6bc7df
> ---
> This fixes at least `guix import hackage --recursive haskell-language-server`
looks good to me. Pushed as
ab8612d99eca5c25ecbefe026b04ed9f00e3f8b5 guix: import: Fix parsing Cabal files
that import many stanzas
Thanks!
Lars