bug#55495: About v3

2022-06-17 Thread Luis Henrique Gomes Higino
Hi Taiju, i have tested the v3 patch locally and it LGTM! Regards, -- Luis H. Higino

bug#55495: (no subject)

2022-06-01 Thread Luis Henrique Gomes Higino
Hi Taiju, Taiju HIGASHI writes: Hi Luis, Thank you for your comments. I have not decided what I should do, because I am a light user of this package and my previous patch target version is a different target version from my other patch that was merged master one. Specifically, I am not s

bug#55495: (no subject)

2022-05-31 Thread Luis Henrique Gomes Higino
Hi guix, the PR from Taiju was merged [0]. I did a local test and now we only need to update to the latest master commit and the second `substitute*' from the `fix-build-and-tests' phase for the package to build. 0: https://github.com/haskell/haskell-mode/pull/1780 Regards, -- Luis H. Higin

bug#55495: Re: emacs-haskell-mode build fails

2022-05-19 Thread Luis Henrique Gomes Higino
Hi Taiju, I also can't really understand why this didn't happen previously, the `vc-refresh-state' (which will need git in this case) is added to `find-file-hook' by default since before Emacs 28. The `haskell-generate-tags' test was last changed on 2016 and the `with-temp-dir-structure' on 2

bug#51639: The home-environment example on Guix manual has an error

2021-11-07 Thread Luis Henrique Gomes Higino
Hi, the example present in the 11.1 section of the guix manual ((guix) Declaring the Home Environment) uses a list of strings in the bash-profile field of home-bash-configuration, which is incorrect, as it expects a list of file-like objects. The example is as follows: (use-modules (gnu ho