From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 04:33:44 2022 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 09:33:45 +0000 Received: from localhost ([127.0.0.1]:41735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXk-0008MN-Jb for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:44374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEpXi-0008M2-TL for submit@debbugs.gnu.org; Tue, 01 Feb 2022 04:33:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35252) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXi-0000Il-J5 for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:42 -0500 Received: from forward100p.mail.yandex.net ([77.88.28.100]:59682) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEpXg-0005Hl-Qo for guix-patches@gnu.org; Tue, 01 Feb 2022 04:33:42 -0500 Received: from myt6-5c8bb24560be.qloud-c.yandex.net (myt6-5c8bb24560be.qloud-c.yandex.net [IPv6:2a02:6b8:c12:299e:0:640:5c8b:b245]) by forward100p.mail.yandex.net (Yandex) with ESMTP id E15454F09356 for ; Tue, 1 Feb 2022 12:33:38 +0300 (MSK) Received: from myt6-efff10c3476a.qloud-c.yandex.net (myt6-efff10c3476a.qloud-c.yandex.net [2a02:6b8:c12:13a3:0:640:efff:10c3]) by myt6-5c8bb24560be.qloud-c.yandex.net (mxback/Yandex) with ESMTP id jqVYWb1spW-Xcc8QmnP; Tue, 01 Feb 2022 12:33:38 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1643708018; bh=ez2WY9BZUZxdvCewK2zjw8eEZLH3YjNQmh+pYMav1bY=; h=In-Reply-To:References:Date:Subject:To:From:Message-Id:Cc; b=hQWBX06peIYdASm59w8iw5/pkfzapjKpaywx1wpE3c2fryJ4KFEhgzS/zgs5huEIM awQAjxgK2SptGvaH01jbEIKpeCRvfECKFtnLrG59td523qRW0uNv0HesxX1BoEM/CG Xfdg/vBHZllLVlZ4WqoXw6mTbh0/wKupZKlKeAyA= Authentication-Results: myt6-5c8bb24560be.qloud-c.yandex.net; dkim=pass header.i=@yandex.com Received: by myt6-efff10c3476a.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id mPmKymJZ8Y-XaIW0f1v; Tue, 01 Feb 2022 12:33:37 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 2 From: WinterHound To: guix-patches@gnu.org Subject: Add ghc-indexed-profunctors Date: Tue, 1 Feb 2022 15:02:11 +0530 Message-Id: <20220201093211.6720-10-winterhound@yandex.com> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220201093211.6720-1-winterhound@yandex.com> References: <20220201093211.6720-1-winterhound@yandex.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=77.88.28.100; envelope-from=winterhound@yandex.com; helo=forward100p.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: WinterHound X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --- 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