[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71938] [PATCH v3 08/25] gnu: Add ghc-mattermost-api.
From: |
Romain GARBAGE |
Subject: |
[bug#71938] [PATCH v3 08/25] gnu: Add ghc-mattermost-api. |
Date: |
Mon, 22 Jul 2024 13:28:05 +0200 |
* gnu/packages/haskell-web.scm (ghc-mattermost-api): New variable.
Change-Id: Idc2a8fb0d8589b38d7e50aa7565fff71dcc6ab28
---
gnu/packages/haskell-web.scm | 42 ++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 08b2136cb2..8021cbaefc 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -843,6 +843,48 @@ (define-public ghc-css-text
Haskell.")
(license license:bsd-3)))
+(define-public ghc-mattermost-api
+ (package
+ (name "ghc-mattermost-api")
+ (version "90000.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "mattermost-api" version))
+ (sha256
+ (base32 "1ka3r4bnfwlbjnkws8vkg8i9gj8wzsyss137p7hxrx4sr75s6iyv"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "mattermost-api")))
+ (inputs (list ghc-websockets
+ ghc-aeson
+ ghc-crypton-connection
+ ghc-memory
+ ghc-resource-pool
+ ghc-http
+ ghc-http-media
+ ghc-network-uri
+ ghc-modern-uri
+ ghc-unordered-containers
+ ghc-hashable
+ ghc-gitrev
+ ghc-microlens
+ ghc-microlens-th
+ ghc-pretty-show
+ ghc-split
+ ghc-connection))
+ (native-inputs (list ghc-tasty ghc-tasty-hunit ghc-hunit))
+ (arguments
+ (list
+ #:tests? #f)) ;tests fail: unable to setup network socket
+ (home-page "http://hackage.haskell.org/package/mattermost-api")
+ (synopsis "Client API for Mattermost chat system")
+ (description
+ "Client API for Mattermost chat system. Mattermost is a flexible, open
source
+messaging platform that meets even the most demanding privacy and security
+standards. This library provides network API interaction with the Mattermost
+server.")
+ (license license:bsd-3)))
+
(define-public ghc-mime-types
(package
(name "ghc-mime-types")
--
2.45.1
- [bug#44518] [PATCH v3 00/25] Add matterhorn package., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 01/25] gnu: Add ghc-crypton., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 05/25] gnu: Add ghc-crypton-x509-validation., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 02/25] gnu: Add ghc-crypton-x509., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 04/25] gnu: Add ghc-crypton-x509-system., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 06/25] gnu: Add ghc-tls-1.9., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 07/25] gnu: Add ghc-crypton-connection., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 08/25] gnu: Add ghc-mattermost-api.,
Romain GARBAGE <=
- [bug#71938] [PATCH v3 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 09/25] gnu: Add ghc-mattermost-api-qc., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 17/25] gnu: Add ghc-unique., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 12/25] gnu: Add ghc-bimap., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 14/25] gnu: Add ghc-monad-parallel., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 18/25] gnu: Add ghc-unix-compat-7., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 16/25] gnu: Add ghc-stm-delay., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 13/25] gnu: Add ghc-checkers., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 19/25] gnu: Add ghc-vty-crossplatform., Romain GARBAGE, 2024/07/22