| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: $
|
| 4 |
|
| 5 |
EAPI=5
|
| 6 |
|
| 7 |
# ebuild generated by hackport 0.3.9999
|
| 8 |
|
| 9 |
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
| 10 |
inherit base 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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
| 15 |
|
| 16 |
LICENSE="BSD"
|
| 17 |
SLOT="0/${PV}"
|
| 18 |
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
|
| 19 |
IUSE=""
|
| 20 |
|
| 21 |
RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1.0:=[profile?]
|
| 22 |
<dev-haskell/extensible-exceptions-0.2:=[profile?]
|
| 23 |
>=dev-haskell/mtl-1.1:=[profile?]
|
| 24 |
<dev-haskell/mtl-2.2:=[profile?]
|
| 25 |
>=dev-haskell/terminfo-0.3.1.3:=[profile?]
|
| 26 |
<dev-haskell/terminfo-0.4:=[profile?]
|
| 27 |
>=dev-haskell/utf8-string-0.3.6:=[profile?]
|
| 28 |
<dev-haskell/utf8-string-0.4:=[profile?]
|
| 29 |
>=dev-lang/ghc-6.10.4:="
|
| 30 |
DEPEND="${RDEPEND}
|
| 31 |
>=dev-haskell/cabal-1.6"
|
| 32 |
|
| 33 |
PATCHES=("${FILESDIR}/${PN}-0.6.4.7-ghc-7.5.patch"
|
| 34 |
"${FILESDIR}/${PN}-0.6.4.7-ghc-7.6.patch"
|
| 35 |
"${FILESDIR}/${PN}-0.6.4.7-ghc-6.12.patch"
|
| 36 |
)
|