summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:22:22 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:42:39 +0000
commit17da17f971f385b090ecfbfb24ed23992069dff4 (patch)
treec9fb01c2e2dff062c224adcef59192488dc4cf38 /dev-haskell/th-lift/th-lift-0.7.5.ebuild
parentdev-haskell/text: bump up to 1.2.2.0 (diff)
downloadgentoo-17da17f971f385b090ecfbfb24ed23992069dff4.tar.gz
gentoo-17da17f971f385b090ecfbfb24ed23992069dff4.tar.bz2
gentoo-17da17f971f385b090ecfbfb24ed23992069dff4.zip
dev-haskell/th-lift: bump up to 0.7.5
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/th-lift/th-lift-0.7.5.ebuild')
-rw-r--r--dev-haskell/th-lift/th-lift-0.7.5.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/th-lift/th-lift-0.7.5.ebuild b/dev-haskell/th-lift/th-lift-0.7.5.ebuild
new file mode 100644
index 000000000000..2e50d15f943f
--- /dev/null
+++ b/dev-haskell/th-lift/th-lift-0.7.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Derive Template Haskell's Lift class for datatypes"
+HOMEPAGE="https://github.com/mboes/th-lift"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"