# 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="Better error messages when decoding JSON values" HOMEPAGE="https://github.com/hdgarrood/aeson-better-errors" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" CABAL_CHDEPS=( 'aeson >=0.7 && <1.6 || >=2.0 && <2.1' 'aeson >= 0.7' 'mtl <2.3' 'mtl' ) PATCHES=( "${FILESDIR}"/${P}-mtl.patch ) RDEPEND="dev-haskell/dlist:=[profile?] dev-haskell/scientific:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/transformers-compat-0.4:=[profile?] dev-haskell/unordered-containers:=[profile?] dev-haskell/vector:=[profile?] dev-haskell/void:=[profile?] >=dev-lang/ghc-9.0.2:= >=dev-haskell/aeson-0.7:=[profile?] " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.4.1.0 "