# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.8.0.0.9999 CABAL_HACKAGE_REVISION=2 CABAL_PN="persistent-mongoDB" CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Backend for the persistent library using mongoDB" HOMEPAGE="https://www.yesodweb.com/book/persistent" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="high-precision-date" RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] >=dev-haskell/bson-0.3.2:=[profile?] =dev-haskell/cereal-0.5:=[profile?] >=dev-haskell/conduit-1.2:=[profile?] >=dev-haskell/http-api-data-0.3.7:=[profile?] =dev-haskell/mongodb-2.3:=[profile?] =dev-haskell/network-2.6:=[profile?] >=dev-haskell/path-pieces-0.2:=[profile?] >=dev-haskell/persistent-2.12:=[profile?] =dev-haskell/resource-pool-0.2:=[profile?] =dev-haskell/resourcet-1.1:=[profile?] dev-haskell/unliftio-core:=[profile?] >=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 test? ( dev-haskell/blaze-html >=dev-haskell/hspec-2.4.0 dev-haskell/hunit dev-haskell/persistent-qq dev-haskell/persistent-test || ( dev-lang/ghc dev-haskell/process ) dev-haskell/quickcheck ) " src_configure() { haskell-cabal_src_configure \ $(cabal_flag high-precision-date high_precision_date) }