summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-11 18:33:31 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:15:53 +0000
commit19f7c94f2c8cf7046b9d943ec41ff3a28306082b (patch)
treeccd5b682a22bd110ff0b55055d9596fda11b234b /dev-haskell/th-abstraction
parentdev-haskell/tf-random: keyword 0.5 for ~ppc64 (diff)
downloadgentoo-19f7c94f2c8cf7046b9d943ec41ff3a28306082b.tar.gz
gentoo-19f7c94f2c8cf7046b9d943ec41ff3a28306082b.tar.bz2
gentoo-19f7c94f2c8cf7046b9d943ec41ff3a28306082b.zip
dev-haskell/th-abstraction: add 0.4.2.0
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/th-abstraction')
-rw-r--r--dev-haskell/th-abstraction/Manifest1
-rw-r--r--dev-haskell/th-abstraction/th-abstraction-0.4.2.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/th-abstraction/Manifest b/dev-haskell/th-abstraction/Manifest
index d27153b169ce..018420c26c74 100644
--- a/dev-haskell/th-abstraction/Manifest
+++ b/dev-haskell/th-abstraction/Manifest
@@ -1 +1,2 @@
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
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
new file mode 100644
index 000000000000..caa769894da0
--- /dev/null
+++ b/dev-haskell/th-abstraction/th-abstraction-0.4.2.0.ebuild
@@ -0,0 +1,24 @@
+# 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
+"