2013-08-26 08:58:47 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-08-26 08:58:47 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
# ebuild generated by hackport 0.3.2.9999
|
|
|
|
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
|
|
|
inherit haskell-cabal
|
|
|
|
|
|
|
|
DESCRIPTION="Type class for sequence of bytes"
|
2015-08-24 15:08:46 +03:00
|
|
|
HOMEPAGE="https://github.com/vincenthz/hs-byteable"
|
2013-08-26 08:58:47 +04:00
|
|
|
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0/${PV}"
|
2013-11-25 11:10:29 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2013-08-26 08:58:47 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=dev-lang/ghc-6.10.4:="
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
>=dev-haskell/cabal-1.8"
|