# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.9.1.0.9999 #hackport: flags: -blaze_html_0_4,-dev CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Web user interface for the hledger accounting system" HOMEPAGE="https://hledger.org" LICENSE="GPL-3+" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="debug library-only +threaded" RDEPEND=">=app-office/hledger-1.43.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.7.11:=[profile?] >=dev-haskell/file-embed-0.0.16.0:=[profile?] >=dev-haskell/githash-0.1.6.2:=[profile?] dev-haskell/hjsmin:=[profile?] >=dev-haskell/hledger-lib-1.43.2:=[profile?] =dev-haskell/megaparsec-7.0.0:=[profile?] =dev-haskell/safe-0.3.20:=[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-9.0.2:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.4.1.0 " src_configure() { haskell-cabal_src_configure \ --flag=-blaze_html_0_4 \ $(cabal_flag debug debug) \ --flag=-dev \ $(cabal_flag library-only library-only) \ $(cabal_flag threaded threaded) }