# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.7.1.1.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite
inherit haskell-cabal
RESTRICT="test" # Tests require files not included in Hackage tarball

DESCRIPTION="Configure dzen2 bars in Dhall language"
HOMEPAGE="https://github.com/dzen-dhall/dzen-dhall#readme"

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

RDEPEND="dev-haskell/ansi-terminal:=[profile?]
	dev-haskell/file-embed-lzma:=[profile?]
	dev-haskell/hashable:=[profile?]
	dev-haskell/hourglass:=[profile?]
	dev-haskell/http-conduit:=[profile?]
	dev-haskell/http-types:=[profile?]
	dev-haskell/megaparsec:=[profile?]
	dev-haskell/microlens:=[profile?]
	dev-haskell/microlens-th:=[profile?]
	dev-haskell/network-uri:=[profile?]
	dev-haskell/optparse-applicative:=[profile?]
	dev-haskell/parsers:=[profile?]
	dev-haskell/pipes:=[profile?]
	dev-haskell/prettyprinter:=[profile?]
	dev-haskell/prettyprinter-ansi-terminal:=[profile?]
	dev-haskell/random:=[profile?]
	dev-haskell/unordered-containers:=[profile?]
	dev-haskell/utf8-string:=[profile?]
	dev-haskell/vector:=[profile?]
	dev-lang/dhall:=[profile?]
	>=dev-lang/ghc-8.6.3:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-2.4.0.1
"
#	test? ( dev-haskell/generic-random
#		dev-haskell/hspec
#		dev-haskell/hunit
#		dev-haskell/quickcheck
#		dev-haskell/tasty
#		dev-haskell/tasty-hspec
#		dev-haskell/tasty-hunit
#		dev-haskell/tasty-quickcheck )