| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1.3.0 | 8 | ~amd64 ~arm64 ~ppc64 ~riscv ~x86 | 0/4.1.3.0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.0.0.9999
#hackport: flags: buildexample:examples,buildexe:executable
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="pretty printer for data types with a 'Show' instance"
HOMEPAGE="https://github.com/cdepillabout/pretty-simple"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="examples executable"
RDEPEND=">=dev-haskell/prettyprinter-1.7.0:=[profile?]
>=dev-haskell/prettyprinter-ansi-terminal-1.1.2:=[profile?]
>=dev-haskell/text-1.2:=[profile?]
>=dev-lang/ghc-9.0.2:=
examples? ( dev-haskell/aeson:=[profile?] )
executable? ( dev-haskell/optparse-applicative:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag examples buildexample) \
$(cabal_flag executable buildexe)
}
>=dev-haskell/prettyprinter-1.7.0:=[profile?] >=dev-haskell/prettyprinter-ansi-terminal-1.1.2:=[profile?] >=dev-haskell/text-1.2:=[profile?] >=dev-lang/ghc-9.0.2:= examples? ( dev-haskell/aeson:=[profile?] ) executable? ( dev-haskell/optparse-applicative:=[profile?] ) >=dev-haskell/cabal-2.2.0.1
>=dev-haskell/prettyprinter-1.7.0:=[profile?] >=dev-haskell/prettyprinter-ansi-terminal-1.1.2:=[profile?] >=dev-haskell/text-1.2:=[profile?] >=dev-lang/ghc-9.0.2:= examples? ( dev-haskell/aeson:=[profile?] ) executable? ( dev-haskell/optparse-applicative:=[profile?] )