diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 00:42:49 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:53 +0000 |
commit | 4115d1f965092904f582df12c34b086581498303 (patch) | |
tree | e2ea746b9ffd7f80c3f24be9c9e5d213513c0a81 /dev-haskell/th-compat | |
parent | dev-haskell/th-abstraction: add 0.4.2.0 (diff) | |
download | gentoo-4115d1f965092904f582df12c34b086581498303.tar.gz gentoo-4115d1f965092904f582df12c34b086581498303.tar.bz2 gentoo-4115d1f965092904f582df12c34b086581498303.zip |
dev-haskell/th-compat: new package, add 0.1.3
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/th-compat')
-rw-r--r-- | dev-haskell/th-compat/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-compat/metadata.xml | 8 | ||||
-rw-r--r-- | dev-haskell/th-compat/th-compat-0.1.3.ebuild | 26 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/th-compat/Manifest b/dev-haskell/th-compat/Manifest new file mode 100644 index 000000000000..6bf33d0d57c2 --- /dev/null +++ b/dev-haskell/th-compat/Manifest @@ -0,0 +1 @@ +DIST th-compat-0.1.3.tar.gz 13718 BLAKE2B ff925a0bd1f5a1de8008ce136cdd2c5e49aa6a58543df99d7179edaef65cea7d3ed3265ec5bdc31b5d5c01e65be25ddb1b393732d3b1f62a830a44f8c287554f SHA512 acb64eebf22093568fde29e7e5b78a8bce04d74b96a197a1c1f3383890b876c8d2e0a52206bbbc9708e3bf78a05f48e9bd3ea4929cbf6a7e712a4444917c1269 diff --git a/dev-haskell/th-compat/metadata.xml b/dev-haskell/th-compat/metadata.xml new file mode 100644 index 000000000000..b7878815d80d --- /dev/null +++ b/dev-haskell/th-compat/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> diff --git a/dev-haskell/th-compat/th-compat-0.1.3.ebuild b/dev-haskell/th-compat/th-compat-0.1.3.ebuild new file mode 100644 index 000000000000..026205d6a813 --- /dev/null +++ b/dev-haskell/th-compat/th-compat-0.1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Backward- (and forward-)compatible Quote and Code types" +HOMEPAGE="https://github.com/haskell-compat/th-compat" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( >=dev-haskell/base-compat-0.6 <dev-haskell/base-compat-0.13 + >=dev-haskell/hspec-2 <dev-haskell/hspec-3 + >=dev-haskell/mtl-2.1 <dev-haskell/mtl-2.3 ) +" |