| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shellish/shellish-0.1.4.ebuild,v 1.8 2012/12/07 18:18:18 ago Exp $ |
| 4 |
|
| 5 |
# ebuild generated by hackport 0.2.17.9999 |
| 6 |
|
| 7 |
EAPI=4 |
| 8 |
|
| 9 |
CABAL_FEATURES="lib profile haddock hoogle hscolour" |
| 10 |
inherit haskell-cabal |
| 11 |
|
| 12 |
DESCRIPTION="shell-/perl- like (systems) programming in Haskell" |
| 13 |
HOMEPAGE="http://repos.mornfall.net/shellish" |
| 14 |
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |
| 15 |
|
| 16 |
LICENSE="BSD" |
| 17 |
SLOT="0" |
| 18 |
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" |
| 19 |
IUSE="" |
| 20 |
|
| 21 |
RDEPEND="dev-haskell/mtl[profile?] |
| 22 |
dev-haskell/strict[profile?] |
| 23 |
dev-haskell/unix-compat[profile?] |
| 24 |
>=dev-lang/ghc-6.10.1" |
| 25 |
DEPEND="${RDEPEND} |
| 26 |
>=dev-haskell/cabal-1.6" |