| 1 |
gienah |
1.1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
hwoarang |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.4.6-r1.ebuild,v 1.1 2012/04/14 10:25:16 gienah Exp $ |
| 4 |
gienah |
1.1 |
|
| 5 |
|
|
# ebuild generated by hackport 0.2.14 |
| 6 |
|
|
|
| 7 |
|
|
EAPI="4" |
| 8 |
|
|
|
| 9 |
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour" |
| 10 |
|
|
inherit haskell-cabal |
| 11 |
|
|
|
| 12 |
|
|
DESCRIPTION="A command-line interface for user input, written in Haskell." |
| 13 |
|
|
HOMEPAGE="http://trac.haskell.org/haskeline" |
| 14 |
|
|
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" |
| 15 |
|
|
|
| 16 |
|
|
LICENSE="BSD" |
| 17 |
|
|
SLOT="0" |
| 18 |
hwoarang |
1.2 |
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" |
| 19 |
gienah |
1.1 |
IUSE="" |
| 20 |
|
|
|
| 21 |
|
|
RDEPEND="<dev-haskell/mtl-2.2[profile?] |
| 22 |
|
|
>=dev-haskell/terminfo-0.3.1.3[profile?] |
| 23 |
|
|
<dev-haskell/utf8-string-0.4[profile?] |
| 24 |
|
|
>=dev-lang/ghc-6.10.4" |
| 25 |
|
|
DEPEND="${RDEPEND} |
| 26 |
|
|
>=dev-haskell/cabal-1.6" |
| 27 |
|
|
|
| 28 |
|
|
src_prepare() { |
| 29 |
|
|
sed -e 's@mtl >= 1.1 && < 2.1@mtl >= 1.1 \&\& < 2.2@' \ |
| 30 |
|
|
-i "${S}/${PN}.cabal" || die "Could not loosen dependencies" |
| 31 |
|
|
} |