* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-abstraction/
@ 2022-07-24 22:05 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 229b70e16fa8b86458b215cf2845b24c8bab67eb
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 19:53:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229b70e1
dev-haskell/th-abstraction: add 0.4.3.0
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/th-abstraction/Manifest | 1 +
.../th-abstraction/th-abstraction-0.4.3.0.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-haskell/th-abstraction/Manifest b/dev-haskell/th-abstraction/Manifest
index 018420c26c74..142755b016d1 100644
--- a/dev-haskell/th-abstraction/Manifest
+++ b/dev-haskell/th-abstraction/Manifest
@@ -1,2 +1,3 @@
DIST th-abstraction-0.3.2.0.tar.gz 35111 BLAKE2B 18fc993256f6d49ec1e7911d152896cb7e62c3397030fdfb8179879d8b98a666f3f2bf73c3783276f92911698da94338cf5cc6b71df3631d9588d3022085a414 SHA512 d03087e52c51f6038d41a35fbfd0c6ab8b890c6d0aa91bc1a42c46f746f60d3c19c41766006977e0ebee4517bab5aab0f0439a2ed2434e5d41a7086eeb3ecea3
DIST th-abstraction-0.4.2.0.tar.gz 37848 BLAKE2B b0bbb266110eb4db33bf376b098d77558b7400f57793a6b057eb9fa3655315e408e80393b0dac8a0c7f3792e4e358ff37e4d46941e919206ea16b243f4ec7065 SHA512 f67f494c165d7080c45202e58d9e20aa154bf1a7ddaf44643adcfb36d4c62f0b660ab83464a3d06340298b5c7154042d3a956b0ffc5dd99bc5644b52c31e90e4
+DIST th-abstraction-0.4.3.0.tar.gz 38595 BLAKE2B 62e3a3b34997ae5190fe534138c2632b9de104dbc33f38fca8a762e0a2b89bf359bcb0e4c5e711d5a703f7220b8cf362d11772ad31bb4a04cee3091134356367 SHA512 a474bd042721efb83db5f707537589faa320f0e4ccf6bc839c450ff8d0970d3835003c134fc59f88e692d47264b1717bbd053543623dd40aa591155531a31003
diff --git a/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild b/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild
new file mode 100644
index 000000000000..5b17e911436c
--- /dev/null
+++ b/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild
@@ -0,0 +1,22 @@
+# 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="Nicer interface for reified information about data types"
+HOMEPAGE="https://github.com/glguy/th-abstraction"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-abstraction/
@ 2022-07-24 22:05 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 39a98b135448f472cac3dd7b29c00f0159e5c62c
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 20:04:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a98b13
dev-haskell/th-abstraction: keyword 0.4.3.0 for ~ppc64
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild b/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild
index 5b17e911436c..b838a07866ff 100644
--- a/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild
+++ b/dev-haskell/th-abstraction/th-abstraction-0.4.3.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/glguy/th-abstraction"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
RDEPEND=">=dev-lang/ghc-8.4.3:=
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-abstraction/
@ 2022-07-24 22:05 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-24 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 464f836c4656be2769f05fb68407912b3a19428a
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Jul 24 19:53:59 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 22:05:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464f836c
dev-haskell/th-abstraction: drop 0.3.2.0, 0.4.2.0
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/th-abstraction/Manifest | 2 --
.../th-abstraction/th-abstraction-0.3.2.0.ebuild | 24 ----------------------
.../th-abstraction/th-abstraction-0.4.2.0.ebuild | 24 ----------------------
3 files changed, 50 deletions(-)
diff --git a/dev-haskell/th-abstraction/Manifest b/dev-haskell/th-abstraction/Manifest
index 142755b016d1..8561d44ee118 100644
--- a/dev-haskell/th-abstraction/Manifest
+++ b/dev-haskell/th-abstraction/Manifest
@@ -1,3 +1 @@
-DIST th-abstraction-0.3.2.0.tar.gz 35111 BLAKE2B 18fc993256f6d49ec1e7911d152896cb7e62c3397030fdfb8179879d8b98a666f3f2bf73c3783276f92911698da94338cf5cc6b71df3631d9588d3022085a414 SHA512 d03087e52c51f6038d41a35fbfd0c6ab8b890c6d0aa91bc1a42c46f746f60d3c19c41766006977e0ebee4517bab5aab0f0439a2ed2434e5d41a7086eeb3ecea3
-DIST th-abstraction-0.4.2.0.tar.gz 37848 BLAKE2B b0bbb266110eb4db33bf376b098d77558b7400f57793a6b057eb9fa3655315e408e80393b0dac8a0c7f3792e4e358ff37e4d46941e919206ea16b243f4ec7065 SHA512 f67f494c165d7080c45202e58d9e20aa154bf1a7ddaf44643adcfb36d4c62f0b660ab83464a3d06340298b5c7154042d3a956b0ffc5dd99bc5644b52c31e90e4
DIST th-abstraction-0.4.3.0.tar.gz 38595 BLAKE2B 62e3a3b34997ae5190fe534138c2632b9de104dbc33f38fca8a762e0a2b89bf359bcb0e4c5e711d5a703f7220b8cf362d11772ad31bb4a04cee3091134356367 SHA512 a474bd042721efb83db5f707537589faa320f0e4ccf6bc839c450ff8d0970d3835003c134fc59f88e692d47264b1717bbd053543623dd40aa591155531a31003
diff --git a/dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild b/dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild
deleted file mode 100644
index 3e84fd2704a6..000000000000
--- a/dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Nicer interface for reified information about data types"
-HOMEPAGE="https://github.com/glguy/th-abstraction"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"
diff --git a/dev-haskell/th-abstraction/th-abstraction-0.4.2.0.ebuild b/dev-haskell/th-abstraction/th-abstraction-0.4.2.0.ebuild
deleted file mode 100644
index caa769894da0..000000000000
--- a/dev-haskell/th-abstraction/th-abstraction-0.4.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Nicer interface for reified information about data types"
-HOMEPAGE="https://github.com/glguy/th-abstraction"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-24 22:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-24 22:05 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/th-abstraction/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-07-24 22:05 Sam James
2022-07-24 22:05 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox