unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision
@ 2022-09-29 13:17 Pierre-Henry Fröhring
  2022-10-14 22:40 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Henry Fröhring @ 2022-09-29 13:17 UTC (permalink / raw)
  To: 58160; +Cc: Pierre-Henry Fröhring

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision
  2022-09-29 13:17 [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision Pierre-Henry Fröhring
@ 2022-10-14 22:40 ` Ludovic Courtès
  2022-10-15  8:26   ` bug#58160: " Lars-Dominik Braun
  2022-10-15 11:51   ` [bug#58160] " zimoun
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-10-14 22:40 UTC (permalink / raw)
  To: Pierre-Henry Fröhring; +Cc: 58160, Lars-Dominik Braun

Hi,

Pierre-Henry Fröhring <contact@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’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58160: [PATCH] gnu: ghc-lucid: fix: cabal-revision
  2022-10-14 22:40 ` Ludovic Courtès
@ 2022-10-15  8:26   ` Lars-Dominik Braun
  2022-10-15 11:51   ` [bug#58160] " zimoun
  1 sibling, 0 replies; 4+ messages in thread
From: Lars-Dominik Braun @ 2022-10-15  8:26 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Pierre-Henry Fröhring, 58160-done

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision
  2022-10-14 22:40 ` Ludovic Courtès
  2022-10-15  8:26   ` bug#58160: " Lars-Dominik Braun
@ 2022-10-15 11:51   ` zimoun
  1 sibling, 0 replies; 4+ messages in thread
From: zimoun @ 2022-10-15 11:51 UTC (permalink / raw)
  To: Ludovic Courtès, Pierre-Henry Fröhring
  Cc: 58160, Lars-Dominik Braun

Hi Ludo,

On Sat, 15 Oct 2022 at 00:40, Ludovic Courtès <ludo@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@gmail.com>


Cheers,
simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-15 11:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 13:17 [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision Pierre-Henry Fröhring
2022-10-14 22:40 ` Ludovic Courtès
2022-10-15  8:26   ` bug#58160: " Lars-Dominik Braun
2022-10-15 11:51   ` [bug#58160] " zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).