[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64066] [PATCH 04/19] gnu: Add ghc-indexed-profunctors
From: |
zamfofex |
Subject: |
[bug#64066] [PATCH 04/19] gnu: Add ghc-indexed-profunctors |
Date: |
Wed, 14 Jun 2023 09:48:44 -0300 |
* gnu/packages/haskell-xyz.scm (ghc-indexed-profunctors): New variable.
---
gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e3f620137a..7ecb677125 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9233,6 +9233,26 @@ (define-public ghc-profunctors
(description "This library provides profunctors for Haskell.")
(license license:bsd-3)))
+(define-public ghc-indexed-profunctors
+ (package
+ (name "ghc-indexed-profunctors")
+ (version "0.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (hackage-uri "indexed-profunctors" version))
+ (sha256
+ (base32
+ "1cbccbvrx73drr1jf3yyw0rp1mcfv3jc1rvdcby5xxx4ja543fjs"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "indexed-profunctors")))
+ (home-page "http://hackage.haskell.org/package/indexed-profunctors")
+ (synopsis "Utilities for indexed profunctors")
+ (description
+ "This package contains basic definitions related to indexed profunctors.
These
+are primarily intended as internal utilities to support the @@optics@@ and
+@@generic-lens@@ package families.")
+ (license license:bsd-3)))
+
(define-public ghc-project-template
(package
(name "ghc-project-template")
--
2.40.1
- [bug#64066] [PATCH 00/19] Add Plunder, zamfofex, 2023/06/14
- [bug#64066] [PATCH 02/19] gnu: Add ghc-hscolour, zamfofex, 2023/06/14
- [bug#64066] [PATCH 03/19] gnu: Add ghc-constraints-extras, zamfofex, 2023/06/14
- [bug#64066] [PATCH 01/19] gnu: Add ghc-proctest, zamfofex, 2023/06/14
- [bug#64066] [PATCH 05/19] gnu: Add ghc-generic-lens-core, zamfofex, 2023/06/14
- [bug#64066] [PATCH 07/19] gnu: Add ghc-these-lens, zamfofex, 2023/06/14
- [bug#64066] [PATCH 04/19] gnu: Add ghc-indexed-profunctors,
zamfofex <=
- [bug#64066] [PATCH 08/19] gnu: Add ghc-sdl2-ttf, zamfofex, 2023/06/14
- [bug#64066] [PATCH 10/19] gnu: Add ghc-exception-transformers, zamfofex, 2023/06/14
- [bug#64066] [PATCH 06/19] gnu: Add ghc-generic-lens, zamfofex, 2023/06/14
- [bug#64066] [PATCH 09/19] gnu: Add ghc-sdl2-gfx, zamfofex, 2023/06/14
- [bug#64066] [PATCH 11/19] gnu: Add ghc-commutative-semigroup, zamfofex, 2023/06/14
- [bug#64066] [PATCH 14/19] gnu: Add ghc-prim-uniq, zamfofex, 2023/06/14
- [bug#64066] [PATCH 19/19] gnu: Add Plunder, zamfofex, 2023/06/14
- [bug#64066] [PATCH 12/19] gnu: Add ghc-dependent-sum, zamfofex, 2023/06/14
- [bug#64066] [PATCH 16/19] gnu: Add ghc-ref-tf, zamfofex, 2023/06/14
- [bug#64066] [PATCH 18/19] gnu: Add ghc-reflex-sdl2, zamfofex, 2023/06/14