[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67921] [PATCH v3 08/24] gnu: Add ghc-random-bootstrap-for-9.6
From: |
Nicolas Graves |
Subject: |
[bug#67921] [PATCH v3 08/24] gnu: Add ghc-random-bootstrap-for-9.6 |
Date: |
Thu, 31 Oct 2024 13:46:47 +0100 |
From: Saku Laesvuori <saku@laesvuori.fi>
* gnu/packages/haskell.scm (ghc-random-bootstrap-for-9.6): New variable.
Change-Id: If1a39b27687a63a63dab5aa4c1a366a8ba78196a
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f93e3bf6c7..2d50113d64 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1738,4 +1738,26 @@ (define ghc-splitmix-bootstrap-for-9.6
internal state).")
(license license:bsd-3)))
+(define ghc-random-bootstrap-for-9.6
+ (package
+ (name "ghc-random-bootstrap")
+ (version "1.2.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (hackage-uri "random" version))
+ (sha256
+ (base32
+ "0xlv1k4sj87akwvj54kq4nrfkzi6qcz1941bf78pnkbaxpvp44iy"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "random")))
+ (arguments (list #:tests? #f
+ #:haskell ghc-bootstrap-for-9.6))
+ (inputs (list ghc-splitmix-bootstrap-for-9.6))
+ (home-page "http://hackage.haskell.org/package/random")
+ (synopsis "Random number library")
+ (description
+ "This package provides a basic random number generation
+library, including the ability to split random number generators.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
--
2.46.0
- [bug#67921] [PATCH v3 17/24] gnu: Add ghc-base16-bytestring-bootstrap-for-9.6, (continued)
- [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, 2024/10/31
- [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 <=
- [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