From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90FE3139695 for ; Thu, 16 Feb 2017 10:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02891E0CE2; Thu, 16 Feb 2017 10:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE7D8E0CE2 for ; Thu, 16 Feb 2017 10:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5453D341616 for ; Thu, 16 Feb 2017 10:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D6049B4 for ; Thu, 16 Feb 2017 10:22:11 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1487240515.5d28667538ccec471691cea52c290dcd93377255.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lens-family/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/lens-family/Manifest dev-haskell/lens-family/lens-family-1.2.1.ebuild dev-haskell/lens-family/metadata.xml X-VCS-Directories: dev-haskell/lens-family/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5d28667538ccec471691cea52c290dcd93377255 X-VCS-Branch: master Date: Thu, 16 Feb 2017 10:22:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3e482384-4fa1-4880-8326-fd4edaf75733 X-Archives-Hash: 554bdf9aedb2799a299a9004215cd3be commit: 5d28667538ccec471691cea52c290dcd93377255 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Feb 16 08:36:58 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Feb 16 10:21:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d286675 dev-haskell/lens-family: new package, a depend of dev-haskell/persistent-2.6 Lens Families Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-haskell/lens-family/Manifest | 1 + dev-haskell/lens-family/lens-family-1.2.1.ebuild | 28 ++++++++++++++++++++++++ dev-haskell/lens-family/metadata.xml | 22 +++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-haskell/lens-family/Manifest b/dev-haskell/lens-family/Manifest new file mode 100644 index 0000000000..21e891027f --- /dev/null +++ b/dev-haskell/lens-family/Manifest @@ -0,0 +1 @@ +DIST lens-family-1.2.1.tar.gz 8192 SHA256 41838eba3fa063dc467bbcd70f9395c8429c08ecab2ff779d01b459222cd9ab7 SHA512 5e8bd69631b5b4da489e7cb79ca91d0bacdd6ae943b2c599f837055c6589a0d0e19bfe3be427723b5775c088201237ee7cb0f2807a70aed0fbaf46293828c6fb WHIRLPOOL d251df680e67afc78dec0412b5fe8c3350cb417e859c2592a82cfde94003107db16f74aa2936065e47efa83204f302289d4d8e6d5d0653c61a0568a7c8e30293 diff --git a/dev-haskell/lens-family/lens-family-1.2.1.ebuild b/dev-haskell/lens-family/lens-family-1.2.1.ebuild new file mode 100644 index 0000000000..c64d365f2d --- /dev/null +++ b/dev-haskell/lens-family/lens-family-1.2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Lens Families" +HOMEPAGE="http://hackage.haskell.org/package/lens-family" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/lens-family-core-1.2:=[profile?] =dev-haskell/mtl-2.1:=[profile?] =dev-haskell/transformers-0.2.0:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/lens-family/metadata.xml b/dev-haskell/lens-family/metadata.xml new file mode 100644 index 0000000000..02358802aa --- /dev/null +++ b/dev-haskell/lens-family/metadata.xml @@ -0,0 +1,22 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + This package provides first class functional references. + In addition to the usual operations of getting, setting and composition, plus integration with monad state, lens families provide some unique features: + + * Polymorphic updating + + * Traversals + + * Cast projection functions to read-only lenses + + * Cast \"toList\" functions to read-only traversals + + * Cast semantic editor combinators to modify-only traversals. + +