all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Albers via Guix-patches via <guix-patches@gnu.org>
To: 55005@debbugs.gnu.org
Cc: Thomas Albers <thomas@thomaslabs.org>
Subject: [bug#55005] [PATCH 01/13] gnu: Add ghc-primes
Date: Mon, 18 Apr 2022 20:09:45 +0200	[thread overview]
Message-ID: <20220418180957.19545-1-thomas@thomaslabs.org> (raw)
In-Reply-To: <87bkwyxo1f.fsf@thomaslabs.org>

---
 gnu/packages/haskell-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0ce47e0902..beba6a5d0c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2021 Alice BRENON <alice.brenon@ens-lyon.fr>
 ;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -16105,3 +16106,23 @@ (define-public ghc-singleton-bool
      "This package provides Type-level booleans.")
     (license license:bsd-3)))
 
+(define-public ghc-primes
+  (package
+    (name "ghc-primes")
+    (version "0.2.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/primes/primes-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32 "0ny6fzr967d1fifk050k95j9snnbjjif2bxf3v9s93k3zdc6bmkl"))))
+    (build-system haskell-build-system)
+    (outputs '("out" "static"))
+    (home-page "https://github.com/sebfisch/primes")
+    (synopsis "Purely functional generation of prime numbers")
+    (description
+     "This library provides an efficient lazy wheel sieve for prime generation.")
+    (license license:bsd-3)))
-- 
2.35.1





  reply	other threads:[~2022-04-18 18:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18 18:00 [bug#55005] [PATCH 00/13] gnu: Add multiple haskell packages Thomas Albers Raviola via Guix-patches via
2022-04-18 18:09 ` Thomas Albers via Guix-patches via [this message]
2022-04-18 18:09   ` [bug#55005] [PATCH 02/13] gnu: Add ghc-direct-sqlite Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 03/13] gnu: Add ghc-sqlite-simple Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 04/13] gnu: Add ghc-githash Thomas Albers via Guix-patches via
2022-04-18 18:27     ` Maxime Devos
2022-04-18 18:35       ` Thomas Albers Raviola via Guix-patches via
2022-04-18 18:55         ` Maxime Devos
2022-04-18 18:09   ` [bug#55005] [PATCH 05/13] gnu: Add ghc-optparse-simple Thomas Albers via Guix-patches via
2022-04-18 18:30     ` Maxime Devos
2022-04-18 18:09   ` [bug#55005] [PATCH 06/13] gnu: Add ghc-algebraic-graphs Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 07/13] gnu: Add ghc-record-hasfield Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 08/13] gnu: Add ghc-record-dot-preprocessor Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 09/13] gnu: Add ghc-monoid-subclasses Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 10/13] gnu: Add ghc-fuzzy Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 11/13] gnu: Add ghc-strict-list Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 12/13] gnu: Add ghc-deque Thomas Albers via Guix-patches via
2022-04-18 18:09   ` [bug#55005] [PATCH 13/13] gnu: Add ghc-mod Thomas Albers via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220418180957.19545-1-thomas@thomaslabs.org \
    --to=guix-patches@gnu.org \
    --cc=55005@debbugs.gnu.org \
    --cc=thomas@thomaslabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.