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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lars-Dominik Braun <lars <at> 6xq.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58160: closed ([PATCH] gnu: ghc-lucid: fix: cabal-revision)
Date: Sat, 15 Oct 2022 08:27:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 15 Oct 2022 10:26:03 +0200
with message-id <Y0pum5vtjAc/QV7P <at> noor.fritz.box>
and subject line Re: bug#58160: [PATCH] gnu: ghc-lucid: fix: cabal-revision
has caused the debbugs.gnu.org bug report #58160,
regarding [PATCH] gnu: ghc-lucid: fix: cabal-revision
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58160: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58160
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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



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.