| 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.2.2.ebuild,v 1.11 2011/04/10 19:06:58 grobian Exp $ |
| 4 |
|
| 5 |
CABAL_FEATURES="lib profile haddock" |
| 6 |
inherit haskell-cabal |
| 7 |
|
| 8 |
DESCRIPTION="A command-line interface for user input, written in Haskell." |
| 9 |
HOMEPAGE="http://trac.haskell.org/haskeline" |
| 10 |
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |
| 11 |
|
| 12 |
LICENSE="BSD" |
| 13 |
SLOT="0" |
| 14 |
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" |
| 15 |
IUSE="" |
| 16 |
|
| 17 |
DEPEND=">=dev-lang/ghc-6.10 |
| 18 |
>=dev-haskell/cabal-1.6 |
| 19 |
=dev-haskell/mtl-1.1* |
| 20 |
>=dev-haskell/terminfo-0.3.1.1 |
| 21 |
<dev-haskell/utf8-string-0.4" |