CABAL_FEATURES="bin lib haddock profile"
inherit haskell-cabal

DESCRIPTION="CUI FTP client like 'ftp', 'ncftp'"
HOMEPAGE="http://homepage3.nifty.com/salamander/second/projects/${PN}/index.xhtml"
SRC_URI="ftp://localhost/portage/distfiles/${P}.tar.gz http://homepage3.nifty.com/salamander/second/portage/distfiles/${P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-lang/ghc dev-haskell/cabal dev-haskell/hsConfigure dev-haskell/ftphs
dev-haskell/haskeline"
RDEPEND="${DEPEND}"
