summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:10:12 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:10:14 +0100
commit9c9734973cf5885ff8b135409a7d9ab14f1df467 (patch)
treee8e906cecd5dc5c29bcade923dbe63c762fe176d /dev-haskell
parentdev-haskell/text-show: add 3.10.4 (diff)
downloadgentoo-9c9734973cf5885ff8b135409a7d9ab14f1df467.tar.gz
gentoo-9c9734973cf5885ff8b135409a7d9ab14f1df467.tar.bz2
gentoo-9c9734973cf5885ff8b135409a7d9ab14f1df467.zip
dev-haskell/th-abstraction: add 0.4.5.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/th-abstraction/Manifest2
-rw-r--r--dev-haskell/th-abstraction/metadata.xml11
-rw-r--r--dev-haskell/th-abstraction/th-abstraction-0.4.5.0.ebuild24
3 files changed, 30 insertions, 7 deletions
diff --git a/dev-haskell/th-abstraction/Manifest b/dev-haskell/th-abstraction/Manifest
index 8561d44ee118..c5ad98e57509 100644
--- a/dev-haskell/th-abstraction/Manifest
+++ b/dev-haskell/th-abstraction/Manifest
@@ -1 +1,3 @@
DIST th-abstraction-0.4.3.0.tar.gz 38595 BLAKE2B 62e3a3b34997ae5190fe534138c2632b9de104dbc33f38fca8a762e0a2b89bf359bcb0e4c5e711d5a703f7220b8cf362d11772ad31bb4a04cee3091134356367 SHA512 a474bd042721efb83db5f707537589faa320f0e4ccf6bc839c450ff8d0970d3835003c134fc59f88e692d47264b1717bbd053543623dd40aa591155531a31003
+DIST th-abstraction-0.4.5.0-rev1.cabal 2212 BLAKE2B 1cdb39cf49921404efb6ddda76549fa169a2cdc3b3120480fd61736e6b73284d293f831d661b904a6bafd6372ac65ea0c3fe0299f9f99778a25c689023daa665 SHA512 7aeb8b2fcf10fa7ec7d2073d0713ed428b2faa0593424d5ec2e806efc4a808b4d79a9296b26789a25a032d40b1dd4c0eed251703b8826eb4eff66e7c1d0203ad
+DIST th-abstraction-0.4.5.0.tar.gz 39515 BLAKE2B ac66cb096dd55b1f4ec4b8cfacc4b920a00bef5490a88ddc5cda3c2ff3159ed82e5b5a04c5e13860ecacbc51ab40254832f62dbccd6f932cfbea8372ede3c8ae SHA512 eaea551b54d40bbd6056e6f7b14e662e7302cb016fe082b9715e248e05988197deebe6108e2adcb7709046a8a326e417fddd1899af3f810c2faa444da5cf4a41
diff --git a/dev-haskell/th-abstraction/metadata.xml b/dev-haskell/th-abstraction/metadata.xml
index 89d46a711087..993ce3b7088f 100644
--- a/dev-haskell/th-abstraction/metadata.xml
+++ b/dev-haskell/th-abstraction/metadata.xml
@@ -5,11 +5,8 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- This package normalizes variations in the interface for
- inspecting datatype information via Template Haskell
- so that packages and support a single, easier to use
- informational datatype while supporting many versions
- of Template Haskell.
- </longdescription>
+ <upstream>
+ <remote-id type="hackage">th-abstraction</remote-id>
+ <remote-id type="github">glguy/th-abstraction</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-haskell/th-abstraction/th-abstraction-0.4.5.0.ebuild b/dev-haskell/th-abstraction/th-abstraction-0.4.5.0.ebuild
new file mode 100644
index 000000000000..0fb793af0eb5
--- /dev/null
+++ b/dev-haskell/th-abstraction/th-abstraction-0.4.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.3.0
+
+CABAL_HACKAGE_REVISION=1
+
+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 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"