all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 52527@debbugs.gnu.org
Subject: [bug#52527] [PATCH 3/4] gnu: Add ghc-microspec.
Date: Wed, 15 Dec 2021 23:01:12 +0000	[thread overview]
Message-ID: <ecc2c07f3e9abe3bc14b0f623a0a4a25f811e5d6.1639609080.git.avityazev@posteo.org> (raw)
In-Reply-To: <cover.1639609080.git.avityazev@posteo.org>

* gnu/packages/haskell-xyz.scm (ghc-microspec): New variable.
---
 gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5e009862d6..a253962142 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3047,6 +3047,25 @@ (define-public ghc-hosc
 haskell @code{supercollider} bindings.")
     (license license:gpl3)))
 
+(define-public ghc-microspec
+  (package
+    (name "ghc-microspec")
+    (version "0.2.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "microspec" version))
+       (sha256
+        (base32 "0615gdbsk7i3w71adjp69zabw4mli965wffm2h846hp6pjj31xcb"))))
+    (build-system haskell-build-system)
+    (inputs (list ghc-quickcheck))
+    (home-page "https://hackage.haskell.org/package/microspec")
+    (synopsis "Tiny QuickCheck test library with minimal dependencies")
+    (description
+     "A tiny, property-based and unit testing library with minimal
+dependencies.")
+    (license license:bsd-3)))
+
 (define-public ghc-dbus
   (package
     (name "ghc-dbus")
-- 
2.34.0



-- 

Aleksandr Vityazev




  parent reply	other threads:[~2021-12-15 23:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 22:58 [bug#52527] [PATCH 0/4] gnu: Add ghc-tidal Aleksandr Vityazev
2021-12-15 23:01 ` [bug#52527] [PATCH 1/4] gnu: Add ghc-data-binary-ieee754 Aleksandr Vityazev
2021-12-15 23:01 ` [bug#52527] [PATCH 2/4] gnu: Add ghc-hosc Aleksandr Vityazev
2021-12-15 23:01 ` Aleksandr Vityazev [this message]
2021-12-15 23:01 ` [bug#52527] [PATCH 4/4] gnu: Add ghc-tidal Aleksandr Vityazev

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=ecc2c07f3e9abe3bc14b0f623a0a4a25f811e5d6.1639609080.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=52527@debbugs.gnu.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.