diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-haskell/th-abstraction | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-haskell/th-abstraction')
-rw-r--r-- | dev-haskell/th-abstraction/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/th-abstraction/metadata.xml | 15 | ||||
-rw-r--r-- | dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild | 24 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-haskell/th-abstraction/Manifest b/dev-haskell/th-abstraction/Manifest new file mode 100644 index 000000000000..4a3dc699991a --- /dev/null +++ b/dev-haskell/th-abstraction/Manifest @@ -0,0 +1,3 @@ +DIST th-abstraction-0.3.2.0.tar.gz 35111 BLAKE2B 18fc993256f6d49ec1e7911d152896cb7e62c3397030fdfb8179879d8b98a666f3f2bf73c3783276f92911698da94338cf5cc6b71df3631d9588d3022085a414 SHA512 d03087e52c51f6038d41a35fbfd0c6ab8b890c6d0aa91bc1a42c46f746f60d3c19c41766006977e0ebee4517bab5aab0f0439a2ed2434e5d41a7086eeb3ecea3 +EBUILD th-abstraction-0.3.2.0.ebuild 566 BLAKE2B 69d17403183f71303509f8d908abad880a03f4aa7eb9e3c1bc0fa693b6993569e7d8ec37f8b34090d8dc45838d12fcf8e678ea7710297cdf5bee2e2c2a31deac SHA512 2fcbf70f4795d52b335de0f0cdda5fb0532a37afab694915f3b97a8619dda158ae7900ee0edc45535ed7452a231334ebb8f78f2937cbd0c48e2f196c8894197b +MISC metadata.xml 535 BLAKE2B 2785e512c42eb7eb897f0671bac2874e1e86d39b470296787104a8979e6a1d7150623e8d32676993b08276f1d1a22966d22ecd5fd51079db6b38c45aa28a0a7b SHA512 1bde6ba06ff18acfa1b4303454d2feca14eed05ae863f148338c7f9f383eac25e29bf895c4b2d846eb7b11f4bc97bd28a9da617365b6a6626ec5b12c41165ae9 diff --git a/dev-haskell/th-abstraction/metadata.xml b/dev-haskell/th-abstraction/metadata.xml new file mode 100644 index 000000000000..c95ee5398149 --- /dev/null +++ b/dev-haskell/th-abstraction/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <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> +</pkgmetadata> 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 new file mode 100644 index 000000000000..3e84fd2704a6 --- /dev/null +++ b/dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild @@ -0,0 +1,24 @@ +# 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 +" |