nemunaire-overlay/dev-haskell/haddock-library/haddock-library-1.6.1.ebuild

32 lines
1.0 KiB
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.6
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Library exposing some functionality of Haddock"
HOMEPAGE="http://www.haskell.org/haddock/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/parsec-3.1.13.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
>=dev-haskell/text-1.2.3.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.0
test? ( >=dev-haskell/base-compat-0.9.3 <dev-haskell/base-compat-0.11
>=dev-haskell/hspec-2.4.4 <dev-haskell/hspec-2.6
>=dev-haskell/optparse-applicative-0.14.0.0 <dev-haskell/optparse-applicative-0.15
>=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.12
>=dev-haskell/tree-diff-0.0.0.1 <dev-haskell/tree-diff-0.1 )
"