From 73ea9f005f9ba60e89a629f5a914c58b070feb55 Mon Sep 17 00:00:00 2001 From: hololeap Date: Mon, 2 Oct 2023 23:05:04 -0600 Subject: dev-haskell/digits: new package, add 0.3.1 Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/digits/digits-0.3.1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-haskell/digits/digits-0.3.1.ebuild (limited to 'dev-haskell/digits/digits-0.3.1.ebuild') diff --git a/dev-haskell/digits/digits-0.3.1.ebuild b/dev-haskell/digits/digits-0.3.1.ebuild new file mode 100644 index 000000000000..837cfd6751a4 --- /dev/null +++ b/dev-haskell/digits/digits-0.3.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.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Converts integers to lists of digits and back" +HOMEPAGE="https://hackage.haskell.org/package/digits" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +RDEPEND="dev-haskell/quickcheck:2=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +" + +src_prepare() { + default + # not compatible to Cabal-3 + rm Setup.lhs || die +} -- cgit v1.2.3