# Copyright 1999-2023 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 DESCRIPTION="Show, plot and compare benchmark results" HOMEPAGE="https://github.com/composewell/bench-show" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+charts +colors" CABAL_CHDEPS=( 'ansi-wl-pprint >= 0.6 && < 0.7' 'ansi-wl-pprint >= 0.6' 'optparse-applicative >= 0.14.2 && < 0.18' 'optparse-applicative >= 0.14.2' ) RDEPEND=" >=dev-haskell/csv-0.1:=[profile?] =dev-haskell/mwc-random-0.13:=[profile?] =dev-haskell/optparse-applicative-0.14.2:=[profile?] >=dev-haskell/optparse-simple-0.1.0:=[profile?] =dev-haskell/split-0.2:=[profile?] =dev-haskell/statistics-0.15:=[profile?] =dev-haskell/vector-0.10:=[profile?] =dev-lang/ghc-8.10.6:= charts? ( >=dev-haskell/chart-1.6:=[profile?] =dev-haskell/chart-diagrams-1.6:=[profile?] =dev-haskell/ansi-wl-pprint-0.6:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.2.1.0 test? ( charts? ( >=dev-haskell/text-1.1.1