[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/25: gnu: Add ghc-bimap.
From: |
guix-commits |
Subject: |
12/25: gnu: Add ghc-bimap. |
Date: |
Mon, 22 Jul 2024 18:31:50 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 766bd586dcad93311819a610360784917575efdf
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Jul 22 13:28:09 2024 +0200
gnu: Add ghc-bimap.
* gnu/packages/haskell-xyz.scm (ghc-bimap): New variable.
Change-Id: Ib6ffebff5417273afaa3a08005aae3445606d6d2
---
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 6912e78cbc..bc962c82ac 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -972,6 +972,27 @@ storing and transmitting loosely structured data.")
(description "This package provides bifunctors for Haskell.")
(license license:bsd-3)))
+(define-public ghc-bimap
+ (package
+ (name "ghc-bimap")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "bimap" version))
+ (sha256
+ (base32 "158cdwk9jwklcfgbn62dqq255i40w13ifggsdps87sxc5q7lpd5h"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "bimap")))
+ (native-inputs (list ghc-quickcheck))
+ (home-page "https://github.com/joelwilliamson/bimap")
+ (synopsis "Bidirectional mapping between two key types")
+ (description
+ "This package provides a data structure representing a bidirectional
+mapping between two key types. Each value in the bimap is associated with
+exactly one value of the opposite type.")
+ (license license:bsd-3)))
+
(define-public ghc-bindings-dsl
(package
(name "ghc-bindings-dsl")
- branch master updated (cdf4677597 -> ad97f1bdb6), guix-commits, 2024/07/22
- 02/25: gnu: Add ghc-crypton-x509., guix-commits, 2024/07/22
- 03/25: gnu: Add ghc-crypton-x509-store., guix-commits, 2024/07/22
- 10/25: gnu: Add ghc-modern-uri., guix-commits, 2024/07/22
- 04/25: gnu: Add ghc-crypton-x509-system., guix-commits, 2024/07/22
- 01/25: gnu: Add ghc-crypton., guix-commits, 2024/07/22
- 05/25: gnu: Add ghc-crypton-x509-validation., guix-commits, 2024/07/22
- 07/25: gnu: Add ghc-crypton-connection., guix-commits, 2024/07/22
- 08/25: gnu: Add ghc-mattermost-api., guix-commits, 2024/07/22
- 12/25: gnu: Add ghc-bimap.,
guix-commits <=
- 13/25: gnu: Add ghc-checkers., guix-commits, 2024/07/22
- 16/25: gnu: Add ghc-stm-delay., guix-commits, 2024/07/22
- 17/25: gnu: Add ghc-unique., guix-commits, 2024/07/22
- 19/25: gnu: Add ghc-vty-crossplatform., guix-commits, 2024/07/22
- 20/25: gnu: Add ghc-vty-unix., guix-commits, 2024/07/22
- 25/25: gnu: Add matterhorn., guix-commits, 2024/07/22
- 21/25: gnu: Add ghc-vty-6., guix-commits, 2024/07/22
- 22/25: gnu: Add ghc-hclip., guix-commits, 2024/07/22
- 06/25: gnu: Add ghc-tls-1.9., guix-commits, 2024/07/22
- 14/25: gnu: Add ghc-monad-parallel., guix-commits, 2024/07/22