GNU bug report logs - #53692
Add ghc-indexed-profunctors

Previous Next

Package: guix-patches;

Reported by: WinterHound <winterhound <at> yandex.com>

Date: Tue, 1 Feb 2022 09:34:07 UTC

Severity: normal

Full log


View this message in rfc822 format

From: WinterHound <winterhound <at> yandex.com>
To: 53692 <at> debbugs.gnu.org
Cc: WinterHound <winterhound <at> yandex.com>
Subject: [bug#53692] Add ghc-indexed-profunctors
Date: Tue,  1 Feb 2022 15:02:11 +0530
---
 gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7a42a430d0..6af4076b65 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16324,3 +16324,22 @@ (define-public ghc-machines
 empowering the machine to run its own monadic effects or delegating that
 responsibility to a custom driver.")
     (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)
+    (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
+@code{optics} and @code{generic-lens} package families.")
+    (license license:bsd-3)))
-- 
2.34.0





This bug report was last modified 3 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.