hledger-web-1.52.1haskell
download
# Copyright 1999-2026 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_HACKAGE_REVISION=1
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.52.1:=[profile?] <app-office/hledger-1.53:=[profile?]
>=dev-haskell/aeson-1:=[profile?] <dev-haskell/aeson-2.3:=[profile?]
dev-haskell/base64:=[profile?]
dev-haskell/blaze-html:=[profile?]
dev-haskell/blaze-markup:=[profile?]
dev-haskell/case-insensitive:=[profile?]
dev-haskell/clientsession:=[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.52.1:=[profile?] <dev-haskell/hledger-lib-1.53:=[profile?]
dev-haskell/hspec:=[profile?]
dev-haskell/http-client:=[profile?]
dev-haskell/http-conduit:=[profile?]
dev-haskell/http-types:=[profile?]
>=dev-haskell/megaparsec-7.0.0:=[profile?] <dev-haskell/megaparsec-9.8:=[profile?]
dev-haskell/network:=[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-1.7:=[profile?]
>=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.7:=[profile?]
>=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.8:=[profile?]
>=dev-haskell/yesod-static-1.4:=[profile?] <dev-haskell/yesod-static-1.7:=[profile?]
dev-haskell/yesod-test:=[profile?]
>=dev-lang/ghc-9.6.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.10.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)
}