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 75D9C139694 for ; Thu, 16 Feb 2017 10:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5272DE0D1C; Thu, 16 Feb 2017 10:22:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 22126E0D1C for ; Thu, 16 Feb 2017 10:22:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6D663341640 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 F38DE49B7 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.a67a929265e728f8144c04ec3a0e2bf5916ddc47.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/generics-sop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/generics-sop/Manifest dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild dev-haskell/generics-sop/metadata.xml X-VCS-Directories: dev-haskell/generics-sop/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a67a929265e728f8144c04ec3a0e2bf5916ddc47 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: 6ecb7cef-8bfe-4222-9c93-4a04bfb722b3 X-Archives-Hash: 7e352f01a40d1272cabe06bb3087bc41 commit: a67a929265e728f8144c04ec3a0e2bf5916ddc47 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Feb 16 08:38:38 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=a67a9292 dev-haskell/generics-sop: new package, a depend of dev-haskell/persistent-2.6 Generic Programming using True Sums of Products Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-haskell/generics-sop/Manifest | 1 + .../generics-sop/generics-sop-0.2.4.0.ebuild | 26 +++++++++++++++ dev-haskell/generics-sop/metadata.xml | 37 ++++++++++++++++++++++ 3 files changed, 64 insertions(+) diff --git a/dev-haskell/generics-sop/Manifest b/dev-haskell/generics-sop/Manifest new file mode 100644 index 0000000000..c04bc56dff --- /dev/null +++ b/dev-haskell/generics-sop/Manifest @@ -0,0 +1 @@ +DIST generics-sop-0.2.4.0.tar.gz 32986 SHA256 481f73f122970efc24fe9dea71077e265d260834d975dd41395671d9a86a1863 SHA512 ce0d92214e622c58febced5684ba92b117e413d5718c6fdea1471f0fc5ea48ea53b212a536618086228542985f304dc4434c75c6ab919a72e6f49ccce342d866 WHIRLPOOL 8ee0469f5a9685b904bd7d86a8949cf3f527c8f0d207632b796f215499d9864fea3766e185536109dbf722f6395c4bed9e49e66a695dd748afb19510dbc04012 diff --git a/dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild b/dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild new file mode 100644 index 0000000000..61f9a0a236 --- /dev/null +++ b/dev-haskell/generics-sop/generics-sop-0.2.4.0.ebuild @@ -0,0 +1,26 @@ +# 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.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Generic Programming using True Sums of Products" +HOMEPAGE="http://hackage.haskell.org/package/generics-sop" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/transformers-compat-0.3:=[profile?] =dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +" diff --git a/dev-haskell/generics-sop/metadata.xml b/dev-haskell/generics-sop/metadata.xml new file mode 100644 index 0000000000..af041149fe --- /dev/null +++ b/dev-haskell/generics-sop/metadata.xml @@ -0,0 +1,37 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + A library to support the definition of generic functions. + Datatypes are viewed in a uniform, structured way: + the choice between constructors is represented using an n-ary + sum, and the arguments of each constructor are represented using + an n-ary product. + + The module "Generics.SOP" is the main module of this library and contains + more detailed documentation. + + Examples of using this library are provided by the following + packages: + + * @<https://hackage.haskell.org/package/basic-sop basic-sop>@ basic examples, + + * @<https://hackage.haskell.org/package/pretty-sop pretty-sop>@ generic pretty printing, + + * @<https://hackage.haskell.org/package/lens-sop lens-sop>@ generically computed lenses, + + * @<https://hackage.haskell.org/package/json-sop json-sop>@ generic JSON conversions. + + A detailed description of the ideas behind this library is provided by + the paper: + + * Edsko de Vries and Andres Löh. + <http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products>. + Workshop on Generic Programming (WGP) 2014. + + +