summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-29 11:16:40 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 08:59:43 +0100
commit98f2ad66fd2c7892e2a83d6e5806f51ac2b6a4ec (patch)
treea88c1df4c11fbedb3ee318156fc237aef5f496a8 /dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild
parentdev-haskell/base-compat: bump up to 0.11.1 (diff)
downloadgentoo-98f2ad66fd2c7892e2a83d6e5806f51ac2b6a4ec.tar.gz
gentoo-98f2ad66fd2c7892e2a83d6e5806f51ac2b6a4ec.tar.bz2
gentoo-98f2ad66fd2c7892e2a83d6e5806f51ac2b6a4ec.zip
dev-haskell/th-abstraction: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild')
-rw-r--r--dev-haskell/th-abstraction/th-abstraction-0.3.2.0.ebuild24
1 files changed, 24 insertions, 0 deletions
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
+"