Skip to content

Commit

Permalink
dev-haskell/cabal-doctest: allow ghc-8.10
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Mar 15, 2021
1 parent 3aa9d62 commit 219ca8c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dev-haskell/cabal-doctest/cabal-doctest-1.0.8-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

# ebuild generated by hackport 0.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A Setup.hs helper for doctests running"
HOMEPAGE="https://github.com/phadej/cabal-doctest"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/cabal-1.10:=[profile?] <dev-haskell/cabal-3.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"

src_prepare() {
default

cabal_chdeps \
'base >=4.3 && <4.14' 'base >=4.3' \
'Cabal >=1.10 && <3.1' 'Cabal >=1.10 && <3.3'
}

0 comments on commit 219ca8c

Please sign in to comment.