2012-02-24 17:33:55 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
# ebuild generated by hackport 0.2.13
|
|
|
|
|
2012-04-14 21:15:17 +04:00
|
|
|
EAPI=4
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2012-04-14 21:15:17 +04:00
|
|
|
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
|
2012-02-06 16:39:49 +04:00
|
|
|
inherit haskell-cabal
|
|
|
|
|
|
|
|
DESCRIPTION="Simple ANSI terminal support, with Windows compatibility"
|
2015-08-25 09:05:57 +03:00
|
|
|
HOMEPAGE="https://batterseapower.github.com/ansi-terminal"
|
2012-09-13 09:25:25 +04:00
|
|
|
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2012-03-18 21:36:28 +04:00
|
|
|
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=dev-lang/ghc-6.8.2"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
>=dev-haskell/cabal-1.2"
|