summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-13 14:08:42 +0000
committerMark Wright <gienah@gentoo.org>2014-12-13 14:08:42 +0000
commitd662bc38b455aa9d28b184f4b0e414e210cbb4ac (patch)
tree54c76c6ff5af69ba86bb65002ab96ca0a2be1bc1 /dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild
parentAdd th-lift (diff)
downloadgentoo-2-d662bc38b455aa9d28b184f4b0e414e210cbb4ac.tar.gz
gentoo-2-d662bc38b455aa9d28b184f4b0e414e210cbb4ac.tar.bz2
gentoo-2-d662bc38b455aa9d28b184f4b0e414e210cbb4ac.zip
Add th-reify-many
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild')
-rw-r--r--dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild b/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild
new file mode 100644
index 000000000000..71b5b09d3381
--- /dev/null
+++ b/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild,v 1.1 2014/12/13 14:08:42 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Recurseively reify template haskell datatype info"
+HOMEPAGE="http://github.com/mgsloan/th-reify-many"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ dev-haskell/safe:=[profile?]
+ dev-haskell/th-expand-syns:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"