| 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/haskeline/haskeline-0.6.4.7.ebuild,v 1.2 2012/09/12 15:45:34 qnikst Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
| 8 |
inherit base haskell-cabal
|
| 9 |
|
| 10 |
DESCRIPTION="A command-line interface for user input, written in Haskell."
|
| 11 |
HOMEPAGE="http://trac.haskell.org/haskeline"
|
| 12 |
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
| 13 |
|
| 14 |
LICENSE="BSD"
|
| 15 |
SLOT="0"
|
| 16 |
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
|
| 17 |
IUSE=""
|
| 18 |
|
| 19 |
RDEPEND=">=dev-haskell/mtl-1.1[profile?]
|
| 20 |
<dev-haskell/mtl-2.2[profile?]
|
| 21 |
>=dev-haskell/terminfo-0.3.1.3[profile?]
|
| 22 |
<dev-haskell/terminfo-0.4[profile?]
|
| 23 |
>=dev-haskell/utf8-string-0.3.6[profile?]
|
| 24 |
<dev-haskell/utf8-string-0.4[profile?]
|
| 25 |
>=dev-lang/ghc-6.10.4"
|
| 26 |
DEPEND="${RDEPEND}
|
| 27 |
>=dev-haskell/cabal-1.6"
|
| 28 |
|
| 29 |
PATCHES=("${FILESDIR}/${PN}-0.6.4.7-ghc-7.5.patch"
|
| 30 |
"${FILESDIR}/${PN}-0.6.4.7-ghc-7.6.patch"
|
| 31 |
"${FILESDIR}/${PN}-0.6.4.7-ghc-6.12.patch"
|
| 32 |
)
|