[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v2 09/25] gnu: Add ghc-mattermost-api-qc.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v2 09/25] gnu: Add ghc-mattermost-api-qc. |
Date: |
Tue, 9 Jul 2024 15:53:53 +0200 |
* gnu/packages/haskell-web.scm (ghc-mattermost-api-qc): New variable.
Change-Id: If28b8a03170bb235b2418329d408fec8f06d4b7c
---
gnu/packages/haskell-web.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 8021cbaefc..16a38fd760 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -885,6 +885,27 @@ (define-public ghc-mattermost-api
server.")
(license license:bsd-3)))
+(define-public ghc-mattermost-api-qc
+ (package
+ (name "ghc-mattermost-api-qc")
+ (version "90000.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "mattermost-api-qc" version))
+ (sha256
+ (base32 "0lrb8l8nbrdp4y2ala8hchr8ikv5hqw710ffiiw1sz6z2dqiqbxm"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "mattermost-api-qc")))
+ (inputs (list ghc-mattermost-api ghc-quickcheck))
+ (home-page "https://github.com/matterhorn-chat/mattermost-api-qc")
+ (synopsis "QuickCheck instances for the Mattermost client API library")
+ (description
+ "This package provides a library providing @code{QuickCheck} for the
+mattermost-api library to allow testing. This is provided as a separate
library
+to allow use of the API library without testing dependencies.")
+ (license license:isc)))
+
(define-public ghc-mime-types
(package
(name "ghc-mime-types")
--
2.45.1
- [bug#44518] [PATCH v2 06/25] gnu: Add ghc-tls-1.9., (continued)
- [bug#44518] [PATCH v2 06/25] gnu: Add ghc-tls-1.9., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 07/25] gnu: Add ghc-crypton-connection., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 11/25] gnu: Add ghc-aspell-pipe., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 12/25] gnu: Add ghc-bimap., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 13/25] gnu: Add ghc-checkers., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 08/25] gnu: Add ghc-mattermost-api., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 14/25] gnu: Add ghc-monad-parallel., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 15/25] gnu: ghc-text-zipper: Update to 0.13., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 24/25] gnu: Add ghc-brick-skylighting., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 09/25] gnu: Add ghc-mattermost-api-qc.,
Romain GARBAGE <=
- [bug#44518] [PATCH v2 17/25] gnu: Add ghc-unique., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 20/25] gnu: Add ghc-vty-unix., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 23/25] gnu: Add ghc-brick., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 16/25] gnu: Add ghc-stm-delay., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 18/25] gnu: Add ghc-unix-compat-7., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 21/25] gnu: Add ghc-vty-6., Romain GARBAGE, 2024/07/09
- [bug#71938] [PATCH v2 19/25] gnu: Add ghc-vty-crossplatform., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 22/25] gnu: Add ghc-hclip., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 25/25] gnu: Add matterhorn., Romain GARBAGE, 2024/07/09