all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: WinterHound <winterhound@yandex.com>
To: 53692@debbugs.gnu.org
Cc: WinterHound <winterhound@yandex.com>
Subject: [bug#53692] Add ghc-indexed-profunctors
Date: Tue,  1 Feb 2022 15:02:11 +0530	[thread overview]
Message-ID: <20220201093211.6720-10-winterhound@yandex.com> (raw)
In-Reply-To: <20220201093211.6720-1-winterhound@yandex.com>

---
 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





      parent reply	other threads:[~2022-02-01  9:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01  9:32 [bug#53684] Add ghc-tdigest WinterHound
2022-02-01  9:32 ` [bug#53683] Add ghc-pipes-parse WinterHound
2022-02-01  9:32 ` [bug#53685] Add ghc-pipes-group WinterHound
2022-02-01  9:32 ` [bug#53686] Add ghc-pipes-bytestring WinterHound
2022-02-01  9:32 ` [bug#53687] Add ghc-pipes-safe WinterHound
2022-02-01  9:32 ` [bug#53688] Add ghc-monad-time WinterHound
2022-02-01  9:32 ` [bug#53689] Add ghc-concise WinterHound
2022-02-01  9:32 ` [bug#53690] Add ghc-machines WinterHound
2022-02-01  9:32 ` [bug#53691] Add ghc-lens-aeson WinterHound
2022-02-01  9:32 ` WinterHound [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220201093211.6720-10-winterhound@yandex.com \
    --to=winterhound@yandex.com \
    --cc=53692@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.