unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63421] [PATCH v1] gnu: ghc-tasty: Fix build for i686
@ 2023-05-10 17:18 Denis 'GNUtoo' Carikli
  2023-05-13  8:23 ` bug#63421: " Lars-Dominik Braun
  0 siblings, 1 reply; 3+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2023-05-10 17:18 UTC (permalink / raw)
  To: lars, 63421; +Cc: Denis 'GNUtoo' Carikli

Without that fix we have:
  Configuring tasty-1.4.3...
  Setup.hs: Encountered missing or private dependencies:
  unbounded-delays >=0.1

* gnu/packages/haskell-check.scm(ghc-tasty)[inputs]: Add ghc-unbounded-delays

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/haskell-check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 23727fc0b8..95c9521796 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -148,7 +148,8 @@ (define-public ghc-tasty
                 "006bf4gyc30i2gvb17hj1mzrh1kwnwf7l050x3f72wi6c2axl87l"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "tasty")))
-    (inputs (list ghc-tagged ghc-optparse-applicative ghc-ansi-terminal))
+    (inputs (list ghc-unbounded-delays ghc-tagged ghc-optparse-applicative
+                  ghc-ansi-terminal))
     (home-page "https://github.com/UnkindPartition/tasty")
     (synopsis "Modern and extensible testing framework")
     (description

base-commit: e0c35d1578c10a8fe27c8372f3a8bb5dd88b01b8
-- 
2.39.2





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

* bug#63421: [PATCH v1] gnu: ghc-tasty: Fix build for i686
  2023-05-10 17:18 [bug#63421] [PATCH v1] gnu: ghc-tasty: Fix build for i686 Denis 'GNUtoo' Carikli
@ 2023-05-13  8:23 ` Lars-Dominik Braun
  2023-05-15 13:57   ` [bug#63421] " Denis 'GNUtoo' Carikli
  0 siblings, 1 reply; 3+ messages in thread
From: Lars-Dominik Braun @ 2023-05-13  8:23 UTC (permalink / raw)
  To: Denis 'GNUtoo' Carikli; +Cc: 63421-done

Hi,

> -    (inputs (list ghc-tagged ghc-optparse-applicative ghc-ansi-terminal))
> +    (inputs (list ghc-unbounded-delays ghc-tagged ghc-optparse-applicative
> +                  ghc-ansi-terminal))

that’s a pretty big rebuild (~1500 packages). I’ve added this
conditionally in commit cf89a215cec346bc4d6622cbe353c058452b29b2.

Cheers,
Lars





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

* [bug#63421] [PATCH v1] gnu: ghc-tasty: Fix build for i686
  2023-05-13  8:23 ` bug#63421: " Lars-Dominik Braun
@ 2023-05-15 13:57   ` Denis 'GNUtoo' Carikli
  0 siblings, 0 replies; 3+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2023-05-15 13:57 UTC (permalink / raw)
  To: Lars-Dominik Braun; +Cc: 63421-done

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

On Sat, 13 May 2023 10:23:38 +0200
Lars-Dominik Braun <lars@6xq.net> wrote:

> Hi,
Hi,

> > -    (inputs (list ghc-tagged ghc-optparse-applicative
> > ghc-ansi-terminal))
> > +    (inputs (list ghc-unbounded-delays ghc-tagged
> > ghc-optparse-applicative
> > +                  ghc-ansi-terminal))
> 
> that’s a pretty big rebuild (~1500 packages). I’ve added this
> conditionally in commit cf89a215cec346bc4d6622cbe353c058452b29b2.
Thanks a lot and sorry for forgetting to check about the number of
rebuilds.

Denis.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-05-15 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10 17:18 [bug#63421] [PATCH v1] gnu: ghc-tasty: Fix build for i686 Denis 'GNUtoo' Carikli
2023-05-13  8:23 ` bug#63421: " Lars-Dominik Braun
2023-05-15 13:57   ` [bug#63421] " Denis 'GNUtoo' Carikli

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).