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 5A4CD1395E2 for ; Sat, 5 Nov 2016 23:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14CCAE0BEC; Sat, 5 Nov 2016 23:23:29 +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 E3B63E0BEC for ; Sat, 5 Nov 2016 23:23:28 +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 E1C0C341421 for ; Sat, 5 Nov 2016 23:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 537EA24B0 for ; Sat, 5 Nov 2016 23:23:25 +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: <1478388187.f2295b6c0684c6788291bdd60ee71dee67312a99.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/enclosed-exceptions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/enclosed-exceptions/Manifest dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild X-VCS-Directories: dev-haskell/enclosed-exceptions/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f2295b6c0684c6788291bdd60ee71dee67312a99 X-VCS-Branch: master Date: Sat, 5 Nov 2016 23:23:25 +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: b9ce10b4-6d1f-41d6-98bd-887894607c1f X-Archives-Hash: 7c57326314c1b75d854b7270b96bffae commit: f2295b6c0684c6788291bdd60ee71dee67312a99 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 5 23:10:25 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 5 23:23:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2295b6c dev-haskell/enclosed-exceptions: bump up to 1.0.2 Package-Manager: portage-2.3.2 dev-haskell/enclosed-exceptions/Manifest | 1 + .../enclosed-exceptions-1.0.2.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-haskell/enclosed-exceptions/Manifest b/dev-haskell/enclosed-exceptions/Manifest index 8722a44..42580ca 100644 --- a/dev-haskell/enclosed-exceptions/Manifest +++ b/dev-haskell/enclosed-exceptions/Manifest @@ -1 +1,2 @@ DIST enclosed-exceptions-1.0.1.1.tar.gz 4566 SHA256 e5236133ba5a2395fbac9f8436eb8765ede4a0a8b36341ccbb8a4cddf00c5d99 SHA512 69297633a1b55c22a2fa1cbfcd0f450f063997c5e088167f94b37e7bc92528047aa8d36072e7fc0be1550297cd5fb7d771c637627b3aa15eab9ffe4b19ff0c62 WHIRLPOOL 029e359742e639f67412519a9373967f9b5e60ac3b352eec58c84927ed7d9addd0b1d64b3160efd680b5e8fe023244e67c7ca59ac71ad9a92aeaa3b1a53a8e47 +DIST enclosed-exceptions-1.0.2.tar.gz 5266 SHA256 7b9beab82d219c0dd879dfdef70fb74a4a7595b4dbd0baf7adb12cdbbe8189f1 SHA512 73b0196b0ec18acaf8a1c215abf7e4c8665c9df1ac07543796fadd7da1aa0b633167e10e1c923c609aa40e6af6f540574436825440da96918cd8066908781f40 WHIRLPOOL bac9a016dfe44ab5606e460b3be9f81298ffbd99e4dd83d0c1141222a0ff9617d27b30cb22ff71f12b94fba33f9b1ecf6d9ef55a0f1a8f56852af25ab734a5e3 diff --git a/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild new file mode 100644 index 00000000..9b77394 --- /dev/null +++ b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.2.ebuild @@ -0,0 +1,33 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Catching all exceptions from within an enclosed computation" +HOMEPAGE="https://github.com/jcristovao/enclosed-exceptions" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/lifted-base-0.2:=[profile?] + dev-haskell/monad-control:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/transformers-base:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/async-2.0 + >=dev-haskell/hspec-1.3 + dev-haskell/quickcheck + dev-haskell/stm ) +"