GNU bug report logs - #58160
[PATCH] gnu: ghc-lucid: fix: cabal-revision

Previous Next

Package: guix-patches;

Reported by: Pierre-Henry Fröhring <contact <at> phfrohring.com>

Date: Thu, 29 Sep 2022 13:18:01 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58160 in the body.
You can then email your comments to 58160 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58160; Package guix-patches. (Thu, 29 Sep 2022 13:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 29 Sep 2022 13:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pierre-Henry Fröhring <contact <at> phfrohring.com>
To: guix-patches <at> gnu.org
Cc: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Subject: [PATCH] gnu: ghc-lucid: fix: cabal-revision
Date: Thu, 29 Sep 2022 15:17:15 +0200
The `cabal-revision' changed from:

  1f0whk5ncanxfjjanrf6rqyncig2xgc5mh2j0sqy3nrlyjr9aqq9

to:

  1xllyf26ypk37k807g5v6fl1449mhpvk18dljmqgwj723n0v8rpj

This patch fixes it.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index db653f8c93..49db7ad25d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7217,7 +7217,7 @@ (define-public ghc-lucid
     (arguments
      `(#:cabal-revision
        ("1"
-        "1f0whk5ncanxfjjanrf6rqyncig2xgc5mh2j0sqy3nrlyjr9aqq9")))
+        "1xllyf26ypk37k807g5v6fl1449mhpvk18dljmqgwj723n0v8rpj")))
     (home-page "https://github.com/chrisdone/lucid")
     (synopsis "Haskell DSL for rendering HTML")
     (description "Clear to write, read and edit Haskell DSL for HTML.
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#58160; Package guix-patches. (Fri, 14 Oct 2022 22:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 58160 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Cc: 58160 <at> debbugs.gnu.org, Lars-Dominik Braun <lars <at> 6xq.net>
Subject: Re: bug#58160: [PATCH] gnu: ghc-lucid: fix: cabal-revision
Date: Sat, 15 Oct 2022 00:40:51 +0200
Hi,

Pierre-Henry Fröhring <contact <at> phfrohring.com> skribis:

> The `cabal-revision' changed from:
>
>   1f0whk5ncanxfjjanrf6rqyncig2xgc5mh2j0sqy3nrlyjr9aqq9
>
> to:
>
>   1xllyf26ypk37k807g5v6fl1449mhpvk18dljmqgwj723n0v8rpj
>
> This patch fixes it.

Lars, could you take a look?

I’m discovering #:cabal-revision and it’s not clear to me what this hash
is and what it is used for.

Thanks,
Ludo’.




Reply sent to Lars-Dominik Braun <lars <at> 6xq.net>:
You have taken responsibility. (Sat, 15 Oct 2022 08:27:01 GMT) Full text and rfc822 format available.

Notification sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
bug acknowledged by developer. (Sat, 15 Oct 2022 08:27:01 GMT) Full text and rfc822 format available.

Message #13 received at 58160-done <at> debbugs.gnu.org (full text, mbox):

From: Lars-Dominik Braun <lars <at> 6xq.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Pierre-Henry Fröhring <contact <at> phfrohring.com>,
 58160-done <at> debbugs.gnu.org
Subject: Re: bug#58160: [PATCH] gnu: ghc-lucid: fix: cabal-revision
Date: Sat, 15 Oct 2022 10:26:03 +0200
Hi Ludo,

> Lars, could you take a look?
applied as 4c896c226db8036fa4fb5630ff890abefcd97fe1.

> I’m discovering #:cabal-revision and it’s not clear to me what this hash
> is and what it is used for.
Hackage provides updated .cabal package descriptions i.e., to update
dependency version ranges. Unfortunately haskell-build-system has this
extra quirk to fetch them. Since the importer does not update
cabal-revision when updating the version this was missed when I did the
last big Haskell update. Would be nice if we could merge multiple origins
in the source field.

Cheers,
Lars





Information forwarded to guix-patches <at> gnu.org:
bug#58160; Package guix-patches. (Sat, 15 Oct 2022 11:56:02 GMT) Full text and rfc822 format available.

Message #16 received at 58160 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>, Pierre-Henry
 Fröhring <contact <at> phfrohring.com>
Cc: 58160 <at> debbugs.gnu.org, Lars-Dominik Braun <lars <at> 6xq.net>
Subject: Re: [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision
Date: Sat, 15 Oct 2022 13:51:38 +0200
Hi Ludo,

On Sat, 15 Oct 2022 at 00:40, Ludovic Courtès <ludo <at> gnu.org> wrote:

> I’m discovering #:cabal-revision and it’s not clear to me what this hash
> is and what it is used for.

FYI, this #:cabal-revision should go to ’origin’ and not ’arguments’; as
explained here [1].

1: <https://yhetil.org/guix/87ilmk5q8q.fsf <at> gmail.com>


Cheers,
simon




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 Nov 2022 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.