summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:10:15 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:10:14 +0100
commit91ddc61f662d55539eff628e2f3a6188fe23f917 (patch)
treecf3080c4d0b351050a3d219ec9bfd6417f470169 /dev-haskell/th-lift
parentdev-haskell/th-lift-instances: add 0.1.20 (diff)
downloadgentoo-91ddc61f662d55539eff628e2f3a6188fe23f917.tar.gz
gentoo-91ddc61f662d55539eff628e2f3a6188fe23f917.tar.bz2
gentoo-91ddc61f662d55539eff628e2f3a6188fe23f917.zip
dev-haskell/th-lift: add 0.8.4
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/th-lift')
-rw-r--r--dev-haskell/th-lift/Manifest1
-rw-r--r--dev-haskell/th-lift/metadata.xml1
-rw-r--r--dev-haskell/th-lift/th-lift-0.8.4.ebuild23
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/th-lift/Manifest b/dev-haskell/th-lift/Manifest
index 47532c3dcbe5..78ca93dc765d 100644
--- a/dev-haskell/th-lift/Manifest
+++ b/dev-haskell/th-lift/Manifest
@@ -1 +1,2 @@
DIST th-lift-0.8.2.tar.gz 14385 BLAKE2B 31c02c810a3260450e2efd79e4271d326341cc8a8fae9dc3d0293b4b065978cf9d3e676fb54d003d385d21def498f03014c8065a14c9f90931a2843add8349c0 SHA512 bda1fd661274d911898eb163427a83db81bf5cc6d7cdd2936a84cb314268be2d38c5753727c1e87e83f8edb61e8bbbd0976001f680830b3bc2d4eb96178505ec
+DIST th-lift-0.8.4.tar.gz 14711 BLAKE2B f045220e93221186c43fad301c1c97f16e35c3651f191f5bc710ca2660cd23dfff05f707c4ba0151cb17eb0ee5a39bf2f36d49511553e23f9d9d8915d47b322a SHA512 fe5d47cc5b9c4a6128761d044ad00262e316862888a218279b62b51b87f32398c534ca65407491d210e7d32bea53c77161333b98bcc969e077221f2d9e3c56f7
diff --git a/dev-haskell/th-lift/metadata.xml b/dev-haskell/th-lift/metadata.xml
index 898132d50d59..f399f27a117a 100644
--- a/dev-haskell/th-lift/metadata.xml
+++ b/dev-haskell/th-lift/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
+ <remote-id type="hackage">th-lift</remote-id>
<remote-id type="github">RyanGlScott/th-lift</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-haskell/th-lift/th-lift-0.8.4.ebuild b/dev-haskell/th-lift/th-lift-0.8.4.ebuild
new file mode 100644
index 000000000000..37c03e9073f0
--- /dev/null
+++ b/dev-haskell/th-lift/th-lift-0.8.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.8.4.0.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Derive Template Haskell's Lift class for datatypes"
+HOMEPAGE="https://github.com/RyanGlScott/th-lift"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-haskell/th-abstraction-0.3:=[profile?] <dev-haskell/th-abstraction-0.7:=[profile?]
+ >=dev-lang/ghc-8.8.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.0.0.0
+"