diff options
| author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:05:04 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:00 +0100 |
| commit | 73ea9f005f9ba60e89a629f5a914c58b070feb55 (patch) | |
| tree | 309fbab66f3ad586fa269bf6fdbbe5d76ea3ced0 /dev-haskell/digits/digits-0.3.1.ebuild | |
| parent | 515290ea287e6952747d9eea178fd39e4ed11e81 (diff) | |
| download | gentoo-73ea9f005f9ba60e89a629f5a914c58b070feb55.tar.gz gentoo-73ea9f005f9ba60e89a629f5a914c58b070feb55.tar.bz2 gentoo-73ea9f005f9ba60e89a629f5a914c58b070feb55.zip | |
dev-haskell/digits: new package, add 0.3.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/digits/digits-0.3.1.ebuild')
| -rw-r--r-- | dev-haskell/digits/digits-0.3.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
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 +} |
