mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-bimap.
* gnu/packages/haskell-xyz.scm (ghc-bimap): New variable. Change-Id: Ib6ffebff5417273afaa3a08005aae3445606d6d2
This commit is contained in:
parent
848666c991
commit
766bd586dc
1 changed files with 21 additions and 0 deletions
|
@ -972,6 +972,27 @@ storing and transmitting loosely structured data.")
|
||||||
(description "This package provides bifunctors for Haskell.")
|
(description "This package provides bifunctors for Haskell.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public ghc-bindings-dsl
|
||||||
(package
|
(package
|
||||||
(name "ghc-bindings-dsl")
|
(name "ghc-bindings-dsl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue