summaryrefslogtreecommitdiff
path: root/dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-11-06 11:36:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-11-06 12:02:54 +0000
commitc6017c1d9a9f951938b6826e1a3970ef10b1163c (patch)
tree368aee67012e96627abc7628907291aeab2f109c /dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild
parentf8327504d0115dc3a87388fa26ea32d9d1ece4eb (diff)
downloadgentoo-c6017c1d9a9f951938b6826e1a3970ef10b1163c.tar.gz
gentoo-c6017c1d9a9f951938b6826e1a3970ef10b1163c.tar.xz
dev-haskell/syb-with-class: bump up to 0.6.1.7
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild')
-rw-r--r--dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild b/dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild
new file mode 100644
index 00000000000..663e8294ad2
--- /dev/null
+++ b/dev-haskell/syb-with-class/syb-with-class-0.6.1.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Scrap Your Boilerplate With Class"
+HOMEPAGE="http://hackage.haskell.org/package/syb-with-class"
+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.6
+"