From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id GP6wGgXRzWUvHAAA62LTzQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 09:53:25 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id GP6wGgXRzWUvHAAA62LTzQ (envelope-from ) for ; Thu, 15 Feb 2024 09:53:25 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=eY6wt5AW; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707987205; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=PT4Sr1SHJZc+ILP/j1WZeZzNs6sh2NwB1SN0rC/QhZM=; b=S9n92ImoPb3uUpZqd2QjTHaPx4Rm0MhN8f/l5436fezw9HmwQua0gdCStnbosEHYqw5vlz 1Suj53iL3vY7u6WeEO7te25KknzKTwM4UQAyO5xRSqx46I0jhF8a1GpZ8dpwmbVtzJOj+d 0yq/3PJTKETJxvcoIYRZkwHX39bZsB8y9Z2GJZUBv4pFav9RNASf021TGm5XLsWKqDNczq 5iU72JmAhUtmwBdrZW09ElHXvAEN1fRTh2kZVwH0S9kVtUiutAbI9UCrvBUqoT/j/XDZwd 2aZyCramNkbtkBtCcQoEuL5c1m8ljEeDzG7vsM2e23K/qWDJu9b/fzLR0vs4zQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=eY6wt5AW; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707987205; a=rsa-sha256; cv=none; b=Kl10jrWcD5psFtp0aJMAbx7NRKXHrPB47gAEaT5EKA3SxpRiJ+PRuctbU8rKvIasPD2Ei/ 1F0qRuy96x4ywUDFW9MlWnsiSn+9biD458EgXNAePHKDu9WDM9NUxZs5Pm3zuKmRMYYzxr qSjxcQY4v800inB71kKWxRyDdZj/TH50LET62Me5zMPu0DLVdx+0uW4nkdC15SUFjZdCsT u2ihx6JljvbdGsKfEQh9cpEngUsOFPjZpTDqoA0xNhAtD1GUBQqqaPpwYv1lLNm4HjBzvq BdXoR0EAT2o6RmUn78F3aJ74PDhC/LcZEuhlHk67YEAidnoJiga6hKl10u9gjA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3CFF6FB74 for ; Thu, 15 Feb 2024 09:53:25 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raXT7-0000Mx-Io; Thu, 15 Feb 2024 03:51:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raXT6-0000M9-1Y for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:44 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raXT5-00042R-Pa for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raXTO-00017l-2k; Thu, 15 Feb 2024 03:52:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67921] [PATCH v2 02/23] gnu: Add ghc-js-flot-bootstrap-for-9.6 Resent-From: Saku Laesvuori Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 08:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67921 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67921@debbugs.gnu.org Cc: Saku Laesvuori , Lars-Dominik Braun X-Debbugs-Original-To: guix-patches@gnu.org, 67921@debbugs.gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun Received: via spool by 67921-submit@debbugs.gnu.org id=B67921.17079870664012 (code B ref 67921); Thu, 15 Feb 2024 08:52:02 +0000 Received: (at 67921) by debbugs.gnu.org; 15 Feb 2024 08:51:06 +0000 Received: from localhost ([127.0.0.1]:53987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXSS-00012K-Cn for submit@debbugs.gnu.org; Thu, 15 Feb 2024 03:51:05 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101]:55040 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXSP-00011S-Uc for 67921@debbugs.gnu.org; Thu, 15 Feb 2024 03:51:02 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id C911C343010; Thu, 15 Feb 2024 09:51:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987080; bh=vy9CwPW7mVsRltFj0R2U/xLjHeWfIjKfe37g3hFgSkM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eY6wt5AW7nPPDIG1YNL21VvgoLZN259F2kqFdh+R8kl1t2bXSnXp17ih5wu0TycA2 51Uc4P6EsmNuXvJPvzB5fmLUrG1S6+cCDU0ieLjjSSDvl9OH+j6UH0dndG57pZnONB pzGqko5oil12NoOWVipUZA+FPS4+VSFOQEjfOHrI= Date: Thu, 15 Feb 2024 10:49:43 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Saku Laesvuori X-ACL-Warn: , Saku Laesvuori via Guix-patches From: Saku Laesvuori via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.61 X-Spam-Score: -4.61 X-Migadu-Queue-Id: 3CFF6FB74 X-TUID: B7JIbjyQKroK * gnu/packages/haskell.scm (ghc-js-flot-bootstrap-for-9.6): New variable. Change-Id: Ie01768c263084a3aa38b7120de832913a80fc99a --- gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 88826fb31f..cd44d9c915 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1503,4 +1503,34 @@ (define-public ghc-9.4 (file-pattern ".*\\.conf\\.d$") (file-type 'directory))))))) +;;; Bootstrap packages for hadrian, the new GHC build system + +(define ghc-bootstrap-for-9.6 ghc-9.4) + +(define ghc-js-flot-bootstrap-for-9.6 + (package + (name "ghc-js-flot-bootstrap") + (version "0.8.3") + (source + (origin + (method url-fetch) + (uri + (hackage-uri "js-flot" version)) + (sha256 + (base32 + "0yjyzqh3qzhy5h3nql1fckw0gcfb0f4wj9pm85nafpfqp2kg58hv")))) + (build-system haskell-build-system) + (arguments (list #:tests? #f + #:haskell ghc-bootstrap-for-9.6)) + (properties '((upstream-name . "js-flot"))) + (home-page "https://github.com/ndmitchell/js-flot") + (synopsis "Obtain minified flot code") + (description "This package bundles the minified +@url{http://www.flotcharts.org/, Flot} code (a jQuery plotting library) +into a Haskell package, so it can be depended upon by Cabal packages. +The first three components of the version number match the upstream flot +version. The package is designed to meet the redistribution +requirements of downstream users (e.g. Debian).") + (license license:expat))) + ;;; haskell.scm ends here -- 2.41.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MNjfIQkCzmW8mgAAe85BDQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 13:22:33 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id MNjfIQkCzmW8mgAAe85BDQ (envelope-from ) for ; Thu, 15 Feb 2024 13:22:33 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=eY6wt5AW; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707999753; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=PT4Sr1SHJZc+ILP/j1WZeZzNs6sh2NwB1SN0rC/QhZM=; b=oI8k2QnA6D5JB0dMSquP4NZTr7UBN8h9OKWsDmHR4IN5U7OzPVDcx9YoxxseF6H6I/b85w 7Iv14MwLctmSyWSnP97gICuWvyZCiaPdKDA0z+1hzEOwno9yw88mQYu36GNaFTEgKVBLDs 3wx/xC6dFMnAVc/X1/ApbyYhEvAP5Tllv40ftwY59vB39Hiz+1KHFYiNw8WEQoAzu0RHla sM7Ad+g/BzLqzK1YypvxOsD/R5kZx7jud1uI6BzYDGfM0NjnauiQZcF4m9vVFS1GtYeaaU aZgcwRVH2P+7XtbJ66vlcLQslpFq9kvUKFMEUj9y9WmqRHr1taOEfb7zkPs7xA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=eY6wt5AW; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707999753; a=rsa-sha256; cv=none; b=msjnX2n2xonwO4r2gv2UiYwTLAeJ20M1ayG3RwQLmNfk4657k3ORCJiydm08HsuW+2HW/D yWuJOl0w7QvKfvDI7hq9fplxkEGdD+GMr9fiETFDe4nx0SNNYyiUPSRW2ET7Rox9Y1rCZ4 UGgw2klkIvU1AWoDpy9Zr3MKUsdN62bFgpoVcmZC0HKO+xOkEKVfmU1WMv0+pd2ID6WWkQ mSu4XmlEaT5hCvlCZyo0FgJukFzKJicCgt/j1ADwmlJ6/IIzRmlc4//y2D+nZEQ8sj/JmA Ib4srFa4PBleMfVnZuglKYQGHEjR4T22yqlWDcusQypc47k9YmIAgZmXh4ynvg== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5671571701 for ; Thu, 15 Feb 2024 13:22:33 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raakL-0001XZ-Pk; Thu, 15 Feb 2024 07:21:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raakK-0001XJ-W9 for guix-patches@gnu.org; Thu, 15 Feb 2024 07:21:45 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raakK-0005jC-Mg for guix-patches@gnu.org; Thu, 15 Feb 2024 07:21:44 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raakd-0001Rc-80; Thu, 15 Feb 2024 07:22:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69143] [PATCH v2 02/23] gnu: Add ghc-js-flot-bootstrap-for-9.6 Resent-From: Saku Laesvuori Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 12:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69143 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69143@debbugs.gnu.org, 67921@debbugs.gnu.org Cc: Saku Laesvuori , Lars-Dominik Braun X-Debbugs-Original-To: guix-patches@gnu.org, 67921@debbugs.gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun Received: via spool by submit@debbugs.gnu.org id=B.17079996755421 (code B ref -1); Thu, 15 Feb 2024 12:22:03 +0000 Received: (at submit) by debbugs.gnu.org; 15 Feb 2024 12:21:15 +0000 Received: from localhost ([127.0.0.1]:54381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raajq-0001PG-FB for submit@debbugs.gnu.org; Thu, 15 Feb 2024 07:21:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:42358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raaO6-0006TL-MH for submit@debbugs.gnu.org; Thu, 15 Feb 2024 06:58:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raXSA-0008Tk-1y for guix-patches@gnu.org; Thu, 15 Feb 2024 03:50:46 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101] helo=mail.laesvuori.fi) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raXS8-0003iC-9U for guix-patches@gnu.org; Thu, 15 Feb 2024 03:50:45 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id C911C343010; Thu, 15 Feb 2024 09:51:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987080; bh=vy9CwPW7mVsRltFj0R2U/xLjHeWfIjKfe37g3hFgSkM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eY6wt5AW7nPPDIG1YNL21VvgoLZN259F2kqFdh+R8kl1t2bXSnXp17ih5wu0TycA2 51Uc4P6EsmNuXvJPvzB5fmLUrG1S6+cCDU0ieLjjSSDvl9OH+j6UH0dndG57pZnONB pzGqko5oil12NoOWVipUZA+FPS4+VSFOQEjfOHrI= Date: Thu, 15 Feb 2024 10:49:43 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=75.119.130.101; envelope-from=saku@laesvuori.fi; helo=mail.laesvuori.fi X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Saku Laesvuori X-ACL-Warn: , Saku Laesvuori via Guix-patches From: Saku Laesvuori via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.81 X-Spam-Score: -4.81 X-Migadu-Queue-Id: 5671571701 X-TUID: hqL1V+ETu0zk Message-ID: <20240215084943.ieseaIYi0pX2IHJBrbJKFz7m0Z3OBJ45GslbPOQ8JGI@z> * gnu/packages/haskell.scm (ghc-js-flot-bootstrap-for-9.6): New variable. Change-Id: Ie01768c263084a3aa38b7120de832913a80fc99a --- gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 88826fb31f..cd44d9c915 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1503,4 +1503,34 @@ (define-public ghc-9.4 (file-pattern ".*\\.conf\\.d$") (file-type 'directory))))))) +;;; Bootstrap packages for hadrian, the new GHC build system + +(define ghc-bootstrap-for-9.6 ghc-9.4) + +(define ghc-js-flot-bootstrap-for-9.6 + (package + (name "ghc-js-flot-bootstrap") + (version "0.8.3") + (source + (origin + (method url-fetch) + (uri + (hackage-uri "js-flot" version)) + (sha256 + (base32 + "0yjyzqh3qzhy5h3nql1fckw0gcfb0f4wj9pm85nafpfqp2kg58hv")))) + (build-system haskell-build-system) + (arguments (list #:tests? #f + #:haskell ghc-bootstrap-for-9.6)) + (properties '((upstream-name . "js-flot"))) + (home-page "https://github.com/ndmitchell/js-flot") + (synopsis "Obtain minified flot code") + (description "This package bundles the minified +@url{http://www.flotcharts.org/, Flot} code (a jQuery plotting library) +into a Haskell package, so it can be depended upon by Cabal packages. +The first three components of the version number match the upstream flot +version. The package is designed to meet the redistribution +requirements of downstream users (e.g. Debian).") + (license license:expat))) + ;;; haskell.scm ends here -- 2.41.0