emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58160: closed ([PATCH] gnu: ghc-lucid: fix: cabal-revision)


From: GNU bug Tracking System
Subject: bug#58160: closed ([PATCH] gnu: ghc-lucid: fix: cabal-revision)
Date: Sat, 15 Oct 2022 08:27:01 +0000

Your message dated Sat, 15 Oct 2022 10:26:03 +0200
with message-id <Y0pum5vtjAc/QV7P@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@gnu.org.)


-- 
58160: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58160
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]