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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6C20158094 for ; Sat, 30 Jul 2022 05:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58EA6E0F58; Sat, 30 Jul 2022 05:21:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C11FE0F58 for ; Sat, 30 Jul 2022 05:21:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AE1C33FA71 for ; Sat, 30 Jul 2022 05:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8881B55F for ; Sat, 30 Jul 2022 05:21:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659158488.3b8d71c3aee5c3d56059b76f3729836bedb79366.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-orphans/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/th-orphans/Manifest dev-haskell/th-orphans/th-orphans-0.13.13.ebuild X-VCS-Directories: dev-haskell/th-orphans/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b8d71c3aee5c3d56059b76f3729836bedb79366 X-VCS-Branch: master Date: Sat, 30 Jul 2022 05:21:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67f952d3-6b11-4bc2-b4c7-3e9339f4994d X-Archives-Hash: 54efa31bd11a019c32c5bd6ed5165da7 commit: 3b8d71c3aee5c3d56059b76f3729836bedb79366 Author: Jack Todaro posteo org> AuthorDate: Sat Jul 30 04:24:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 30 05:21:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8d71c3 dev-haskell/th-orphans: add 0.13.13 Closes: https://bugs.gentoo.org/861275 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sam James gentoo.org> dev-haskell/th-orphans/Manifest | 1 + dev-haskell/th-orphans/th-orphans-0.13.13.ebuild | 27 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest index aa298e5e28e1..603d33da1a7b 100644 --- a/dev-haskell/th-orphans/Manifest +++ b/dev-haskell/th-orphans/Manifest @@ -1 +1,2 @@ DIST th-orphans-0.13.10.tar.gz 8680 BLAKE2B fe03bfbd6ca27a9949573cdff3c496088fd6b082c6a334960388b45bc0bce38d2675ca9319c627d4d7b0df831fb497bea2d9dc753c76ce1d967e9f423b3562f6 SHA512 bdf9cc69f57b97772f2ef38dcda61ca352069ac07e45c85efdcabec9dd3a538f33b3d65cfdff77185c737b8050139e232c4ecf677d89fd79aa5b74238b8af651 +DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864 SHA512 94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335 diff --git a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild new file mode 100644 index 000000000000..8fb2051d3986 --- /dev/null +++ b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.2.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Orphan instances for TH datatypes" +HOMEPAGE="https://hackage.haskell.org/package/th-orphans" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-haskell/th-compat-0.1:=[profile?] =dev-haskell/th-lift-0.7.1:=[profile?] + dev-haskell/th-lift-instances:=[profile?] + >=dev-haskell/th-reify-many-0.1:=[profile?] =dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( dev-haskell/hspec ) +"