diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:49 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:24 +0100 |
commit | 206f719708131260dd94af24f29586036be12264 (patch) | |
tree | 3291eb6d965f2c04d12b4f70cec1c8dbc8de949e /dev-haskell/convertible/convertible-1.1.1.1.ebuild | |
parent | dev-haskell/contravariant: add 1.5.5 (diff) | |
download | gentoo-206f719708131260dd94af24f29586036be12264.tar.gz gentoo-206f719708131260dd94af24f29586036be12264.tar.bz2 gentoo-206f719708131260dd94af24f29586036be12264.zip |
dev-haskell/convertible: add 1.1.1.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/convertible/convertible-1.1.1.1.ebuild')
-rw-r--r-- | dev-haskell/convertible/convertible-1.1.1.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/convertible/convertible-1.1.1.1.ebuild b/dev-haskell/convertible/convertible-1.1.1.1.ebuild new file mode 100644 index 000000000000..f6b261a6a13e --- /dev/null +++ b/dev-haskell/convertible/convertible-1.1.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.4.0.9999 +#hackport: flags: -buildtests + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Typeclasses and instances for converting between types" +HOMEPAGE="https://hackage.haskell.org/package/convertible" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND="dev-haskell/old-time:=[profile?] + >=dev-haskell/text-0.8:=[profile?] + >=dev-lang/ghc-8.10.6:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.1.0 + test? ( >=dev-haskell/quickcheck-2.8 ) +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-buildtests +} |