# 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 #hackport: flags: -blaze_html_0_4,-dev CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit ghc-package haskell-cabal DESCRIPTION="Web user interface for the hledger accounting system" HOMEPAGE="https://hledger.org" LICENSE="GPL-3" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="library-only" RDEPEND=">=app-office/hledger-1.32.2:=[profile?] =dev-haskell/aeson-1:=[profile?] =dev-haskell/cmdargs-0.10:=[profile?] dev-haskell/conduit:=[profile?] >=dev-haskell/conduit-extra-1.1:=[profile?] dev-haskell/data-default:=[profile?] >=dev-haskell/decimal-0.5.1:=[profile?] >=dev-haskell/extra-1.6.3:=[profile?] dev-haskell/hjsmin:=[profile?] >=dev-haskell/hledger-lib-1.32.2:=[profile?] =dev-haskell/megaparsec-7.0.0:=[profile?] =dev-haskell/safe-0.3.19:=[profile?] >=dev-haskell/shakespeare-2.0.2.2:=[profile?] >=dev-haskell/text-1.2.4.1:=[profile?] dev-haskell/unix-compat:=[profile?] dev-haskell/unordered-containers:=[profile?] dev-haskell/utf8-string:=[profile?] dev-haskell/wai:=[profile?] dev-haskell/wai-cors:=[profile?] dev-haskell/wai-extra:=[profile?] >=dev-haskell/wai-handler-launch-3.0.3:=[profile?] dev-haskell/warp:=[profile?] dev-haskell/yaml:=[profile?] >=dev-haskell/yesod-1.4:=[profile?] =dev-haskell/yesod-core-1.4:=[profile?] =dev-haskell/yesod-form-1.4:=[profile?] =dev-haskell/yesod-static-1.4:=[profile?] =dev-lang/ghc-8.10.6:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.2.1.0 " src_configure() { if ghc-supports-threaded-runtime; then local threaded_flag=threaded else local threaded_flag=-threaded fi haskell-cabal_src_configure \ --flag=-blaze_html_0_4 \ --flag=-dev \ $(cabal_flag library-only library-only) \ --flag="${threaded_flag}" }