[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67921] [PATCH v3 12/24] gnu: Add ghc-heaps-bootstrap-for-9.6
From: |
Nicolas Graves |
Subject: |
[bug#67921] [PATCH v3 12/24] gnu: Add ghc-heaps-bootstrap-for-9.6 |
Date: |
Thu, 31 Oct 2024 13:46:51 +0100 |
From: Saku Laesvuori <saku@laesvuori.fi>
* gnu/packages/haskell.scm (ghc-heaps-bootstrap-for-9.6): New variable.
Change-Id: Ib04a47d3eacba415fd44cd532c18c02f8d9cf40b
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c5224aee1e..ab770be456 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1760,6 +1760,27 @@ (define ghc-random-bootstrap-for-9.6
library, including the ability to split random number generators.")
(license license:bsd-3)))
+(define ghc-heaps-bootstrap-for-9.6
+ (package
+ (name "ghc-heaps-bootstrap")
+ (version "0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "heaps" version))
+ (sha256
+ (base32 "1zbw0qrlnhb42v04phzwmizbpwg21wnpl7p4fbr9xsasp7w9scl9"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "heaps")))
+ (arguments (list #:haskell ghc-bootstrap-for-9.6))
+ (home-page "http://github.com/ekmett/heaps/")
+ (synopsis "Asymptotically optimal Brodal/Okasaki heaps.")
+ (description
+ "Asymptotically optimal Brodal\\/Okasaki bootstrapped skew-binomial heaps
from the
+paper <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.973 \"Optimal
+Purely Functional Priority Queues\">, extended with a Foldable interface.")
+ (license license:bsd-3)))
+
(define ghc-utf8-string-bootstrap-for-9.6
(package
(name "ghc-utf8-string-bootstrap")
--
2.46.0
- [bug#67921] [PATCH v3 14/24] gnu: Add ghc-nats-bootstrap-for-9.6, (continued)
- [bug#67921] [PATCH v3 14/24] gnu: Add ghc-nats-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 04/24] gnu: Add ghc-clock-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 10/24] gnu: Add ghc-js-jquery-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 21/24] gnu: Add ghc-shake-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 18/24] gnu: Add ghc-cryptohash-sha256-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 17/24] gnu: Add ghc-base16-bytestring-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 09/24] gnu: Add ghc-primitive-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 16/24] gnu: Add ghc-semigroups-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 06/24] gnu: Add ghc-hashable-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 22/24] gnu: Add hadrian-for-ghc-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 12/24] gnu: Add ghc-heaps-bootstrap-for-9.6,
Nicolas Graves <=
- [bug#67921] [PATCH v3 13/24] gnu: Add ghc-js-dgtable-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 19/24] gnu: Add ghc-unordered-containers-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 07/24] gnu: Add ghc-splitmix-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 05/24] gnu: Add ghc-extra-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 08/24] gnu: Add ghc-random-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 20/24] gnu: Add ghc-filepattern-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 15/24] gnu: Add ghc-tagged-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 03/24] gnu: Add ghc-js-flot-bootstrap-for-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 23/24] gnu: Add ghc-9.6, Nicolas Graves, 2024/10/31
- [bug#67921] [PATCH v3 24/24] gnu: ghc: Update to version 9.6.4, Nicolas Graves, 2024/10/31