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

EAPI=8

# ebuild generated by hackport 0.8.4.0.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal git-r3

DESCRIPTION="Haskell code prettifier"
HOMEPAGE="https://github.com/haskell/stylish-haskell"
EGIT_REPO_URI="https://github.com/Masha/stylish-haskell.git"
EGIT_BRANCH="mawa"

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

RDEPEND="
	>=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-2.3:=[profile?]
	>=dev-haskell/cabal-3.4:=[profile?] <dev-haskell/cabal-5.0:=[profile?]
	>=dev-haskell/file-embed-0.0.10:=[profile?] <dev-haskell/file-embed-0.1:=[profile?]
	>=dev-haskell/ghc-lib-parser-ex-9.6:=[profile?] <dev-haskell/ghc-lib-parser-ex-9.7:=[profile?]
	>=dev-haskell/hsyaml-0.2.0:=[profile?] <dev-haskell/hsyaml-0.4:=[profile?]
	>=dev-haskell/hsyaml-aeson-0.2.0:=[profile?] <dev-haskell/hsyaml-aeson-0.4:=[profile?]
	>=dev-haskell/optparse-applicative-0.12:=[profile?] <dev-haskell/optparse-applicative-0.20:=[profile?]
	>=dev-haskell/regex-tdfa-1.3:=[profile?] <dev-haskell/regex-tdfa-1.4:=[profile?]
	>=dev-haskell/strict-0.3:=[profile?] <dev-haskell/strict-0.7:=[profile?]
	>=dev-haskell/syb-0.3:=[profile?] <dev-haskell/syb-0.8:=[profile?]
	>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.2:=[profile?]
	>=dev-lang/ghc-8.8.1:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.0.0.0
	test? (
		>=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
		>=dev-haskell/random-1.1
		>=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9
		>=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4
	)
"