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 E5F8B1395E2 for ; Sat, 5 Nov 2016 23:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76280E0C67; Sat, 5 Nov 2016 23:23:31 +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 5D5DFE0C67 for ; Sat, 5 Nov 2016 23:23:31 +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 92123341509 for ; Sat, 5 Nov 2016 23:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB54F24C7 for ; Sat, 5 Nov 2016 23:23:26 +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: <1478388195.bbc25fa2deead7ad49ecfcdbc5f9d85a4d8f8442.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/monads-tf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/monads-tf/Manifest dev-haskell/monads-tf/monads-tf-0.1.0.3.ebuild X-VCS-Directories: dev-haskell/monads-tf/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bbc25fa2deead7ad49ecfcdbc5f9d85a4d8f8442 X-VCS-Branch: master Date: Sat, 5 Nov 2016 23:23:26 +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: 9fa24384-8c94-4cf4-9c41-26ce39fb912e X-Archives-Hash: e8b78c77c38c344722d1cb56479bf215 commit: bbc25fa2deead7ad49ecfcdbc5f9d85a4d8f8442 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 5 23:22:06 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 5 23:23:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc25fa2 dev-haskell/monads-tf: bump up to 0.1.0.3 Package-Manager: portage-2.3.2 dev-haskell/monads-tf/Manifest | 1 + dev-haskell/monads-tf/monads-tf-0.1.0.3.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-haskell/monads-tf/Manifest b/dev-haskell/monads-tf/Manifest index a1390f8..e82effd 100644 --- a/dev-haskell/monads-tf/Manifest +++ b/dev-haskell/monads-tf/Manifest @@ -1 +1,2 @@ DIST monads-tf-0.1.0.2.tar.gz 14206 SHA256 cb6f495443f526b00b3d06535aa29e393473244acd410cba1b898eeaa8f8077c SHA512 5539d735f3d638a700a36e1d3cf0a96dbfd15f9701208e2a6ab71eaee2d00b6e2bd49acbc3e561414e923952ca702d33662511fe057a95bad125609f6216b620 WHIRLPOOL ad1110b5ebcfe912f32701385c9f0af7295790803d42ed3406258e0b38eba8b36895db28cffdc6176617e4726e8d09eb98301429f54d2e9d30763bcf5fa96bf8 +DIST monads-tf-0.1.0.3.tar.gz 14159 SHA256 249dd2aa55c4dd6530f1e49f6b052ec91bc590ecfef2bd24c58837a3f8d4b0f1 SHA512 e1be602c584b42390b617cee164c8cb1c4bb17093c44033275924f273c94212e53faceb35aeabadf43e68f9631830e41266858daa10aa2f3af6300ebc20f3ea4 WHIRLPOOL 51145bde00bb2b5152383a53b84f52571a54a99f7c490cefcef2edb114842b8ec5ccb6b8242953aa010882755f5861eba7b3801d30e49c9cd4c1e2a45f012c6a diff --git a/dev-haskell/monads-tf/monads-tf-0.1.0.3.ebuild b/dev-haskell/monads-tf/monads-tf-0.1.0.3.ebuild new file mode 100644 index 00000000..dcafdcd --- /dev/null +++ b/dev-haskell/monads-tf/monads-tf-0.1.0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 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="Monad classes, using type families" +HOMEPAGE="http://hackage.haskell.org/package/monads-tf" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/transformers-0.2.0.0:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.3 +"