# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.9.0.0.9999 CABAL_HACKAGE_REVISION=1 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Experimental markdown processor" HOMEPAGE="https://github.com/jgm/cheapskate" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="dingus" RDEPEND=">=dev-haskell/blaze-html-0.6:=[profile?] =dev-haskell/data-default-0.5:=[profile?] =dev-haskell/text-0.9:=[profile?] =dev-haskell/uniplate-1.6:=[profile?] =dev-haskell/xss-sanitize-0.3:=[profile?] =dev-lang/ghc-9.0.2:= dingus? ( dev-haskell/aeson:=[profile?] dev-haskell/http-types:=[profile?] >=dev-haskell/wai-0.3:=[profile?] dev-haskell/wai-extra:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.4.1.0 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag dingus dingus) }