diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:07:17 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:32 +0100 |
commit | 63dc3e8d7301636b3d9297be2c3432478a4a4a27 (patch) | |
tree | 13704c22b04f8110ae08ec84d873365f6573ec37 /dev-haskell/extra/extra-1.7.14.ebuild | |
parent | dev-haskell/errors: add 2.3.0-r1 (diff) | |
download | gentoo-63dc3e8d7301636b3d9297be2c3432478a4a4a27.tar.gz gentoo-63dc3e8d7301636b3d9297be2c3432478a4a4a27.tar.bz2 gentoo-63dc3e8d7301636b3d9297be2c3432478a4a4a27.zip |
dev-haskell/extra: add 1.7.14
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/extra/extra-1.7.14.ebuild')
-rw-r--r-- | dev-haskell/extra/extra-1.7.14.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/extra/extra-1.7.14.ebuild b/dev-haskell/extra/extra-1.7.14.ebuild new file mode 100644 index 000000000000..ca349cad6eeb --- /dev/null +++ b/dev-haskell/extra/extra-1.7.14.ebuild @@ -0,0 +1,25 @@ +# 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 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Extra functions I use" +HOMEPAGE="https://github.com/ndmitchell/extra#readme" + +LICENSE="BSD" +SLOT="2/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/clock-0.7:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 + test? ( >=dev-haskell/quickcheck-2.10 + >=dev-haskell/quickcheck-instances-0.3.17 ) +" |