diff options
Diffstat (limited to 'dev-haskell/hdbc/hdbc-2.4.0.4.ebuild')
-rw-r--r-- | dev-haskell/hdbc/hdbc-2.4.0.4.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/hdbc/hdbc-2.4.0.4.ebuild b/dev-haskell/hdbc/hdbc-2.4.0.4.ebuild new file mode 100644 index 000000000000..159e1a2ddf5a --- /dev/null +++ b/dev-haskell/hdbc/hdbc-2.4.0.4.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.1.0.9999 +#hackport: flags: +minTime15,+splitBase + +CABAL_PN="HDBC" + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Haskell Database Connectivity" +HOMEPAGE="https://github.com/hdbc/hdbc" + +LICENSE="BSD" +SLOT="2/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +PATCHES=( + "${FILESDIR}/${PN}-2.4.0.4-fix-tests.patch" +) + +RDEPEND=" + >=dev-haskell/convertible-1.1.0.0:=[profile?] + dev-haskell/old-time:=[profile?] + dev-haskell/utf8-string:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( + dev-haskell/hunit + >=dev-haskell/quickcheck-2.0 + ) +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=minTime15 \ + --flag=splitBase +} |