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 BEB57158094 for ; Sun, 31 Jul 2022 01:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35B81E0BF9; Sun, 31 Jul 2022 01:30:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E68B3E0BF9 for ; Sun, 31 Jul 2022 01:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9CCD340A85 for ; Sun, 31 Jul 2022 01:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C547559 for ; Sun, 31 Jul 2022 01:30:22 +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: <1659230979.1375662d648e7d9c78c42f562f3f6c6d8f685428.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-reify-many/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/th-reify-many/Manifest dev-haskell/th-reify-many/th-reify-many-0.1.10.ebuild X-VCS-Directories: dev-haskell/th-reify-many/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1375662d648e7d9c78c42f562f3f6c6d8f685428 X-VCS-Branch: master Date: Sun, 31 Jul 2022 01:30:22 +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: 3fc07865-8e23-43ec-8b6b-a71e305393ed X-Archives-Hash: a39bdb6290ed89549329108104cd3aea commit: 1375662d648e7d9c78c42f562f3f6c6d8f685428 Author: Jack Todaro posteo org> AuthorDate: Sat Jul 30 22:18:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 31 01:29:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1375662d dev-haskell/th-reify-many: add 0.1.10 Closes: https://bugs.gentoo.org/862231 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sam James gentoo.org> dev-haskell/th-reify-many/Manifest | 1 + .../th-reify-many/th-reify-many-0.1.10.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-haskell/th-reify-many/Manifest b/dev-haskell/th-reify-many/Manifest index bea36e3287f8..3fd0d206a193 100644 --- a/dev-haskell/th-reify-many/Manifest +++ b/dev-haskell/th-reify-many/Manifest @@ -1 +1,2 @@ +DIST th-reify-many-0.1.10.tar.gz 5825 BLAKE2B c3ff8235c04e2dd8507d3381ae45fba7e84a1117ba1feaa78856c6313ae80d957a60f23d22c0b1eac2e315c16db4b8e12fa1dfaf4665d8207ad759a3a55258dd SHA512 9c5b64e791a0649d7e05a471cfc1b6e84e50c90a3711ffd7304c2bd8af9623ba3c026e68fb36bc0497f9f67e18ad2d76902d96fa98220399e8feaac2b09d51be DIST th-reify-many-0.1.9.tar.gz 5693 BLAKE2B c70b758a843b3d76982d89564a9cfe5fdc55d97ff05f3622e86b5160e06be22dd8fb870978b8da093ea5642bc1879ff7f5900fca4ff1cffe5f078ac8ec347155 SHA512 6d6f3cb939c172869e88a14ee800aa7760e090df55e0105f41ddc501c0a4bb60d59a66fafd890475fc3074a4fb25d7583570e2cfe32ce69f43c8db9663b0f110 diff --git a/dev-haskell/th-reify-many/th-reify-many-0.1.10.ebuild b/dev-haskell/th-reify-many/th-reify-many-0.1.10.ebuild new file mode 100644 index 000000000000..8ba1fd64479f --- /dev/null +++ b/dev-haskell/th-reify-many/th-reify-many-0.1.10.ebuild @@ -0,0 +1,24 @@ +# 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="Recurseively reify template haskell datatype info" +HOMEPAGE="https://github.com/mgsloan/th-reify-many" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-haskell/safe:=[profile?] + dev-haskell/th-expand-syns:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +"