summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-10 21:56:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commitb30799acef9b7e574e6a76b0a02338574016903d (patch)
tree51a70af6d89f5e5dee54f4e358a51b4a64ac5d88 /dev-haskell/th-lift/th-lift-0.7.6.ebuild
parentdev-haskell/temporary: bump up to 1.2.0.4 (diff)
downloadgentoo-b30799acef9b7e574e6a76b0a02338574016903d.tar.gz
gentoo-b30799acef9b7e574e6a76b0a02338574016903d.tar.bz2
gentoo-b30799acef9b7e574e6a76b0a02338574016903d.zip
dev-haskell/th-lift: bump up to 0.7.6
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/th-lift/th-lift-0.7.6.ebuild')
-rw-r--r--dev-haskell/th-lift/th-lift-0.7.6.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/th-lift/th-lift-0.7.6.ebuild b/dev-haskell/th-lift/th-lift-0.7.6.ebuild
new file mode 100644
index 000000000000..fa0ed5a30f2a
--- /dev/null
+++ b/dev-haskell/th-lift/th-lift-0.7.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 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
+"