diff options
| author | matoro <matoro@users.noreply.github.com> | 2022-07-11 19:03:56 -0400 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:03 +0000 |
| commit | 1e3aac7194c49e43ce1a0df33033fe59848181d8 (patch) | |
| tree | f2ad452c49aa1170d6f64711b0dac60a636137e4 /dev-haskell | |
| parent | b9efa927f3572ab3b1fe6ec0652e383d8f12cf60 (diff) | |
| download | gentoo-1e3aac7194c49e43ce1a0df33033fe59848181d8.tar.gz gentoo-1e3aac7194c49e43ce1a0df33033fe59848181d8.tar.bz2 gentoo-1e3aac7194c49e43ce1a0df33033fe59848181d8.zip | |
dev-haskell/distributive: add 0.6.2.1
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
| -rw-r--r-- | dev-haskell/distributive/Manifest | 1 | ||||
| -rw-r--r-- | dev-haskell/distributive/distributive-0.6.2.1.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/distributive/Manifest b/dev-haskell/distributive/Manifest index 9b3ec5819e2b..68e5b0d556fd 100644 --- a/dev-haskell/distributive/Manifest +++ b/dev-haskell/distributive/Manifest @@ -1 +1,2 @@ DIST distributive-0.6.1.tar.gz 11256 BLAKE2B b8c964137613b828f2908b210964be06a39bcd360727edf816c9921d6f7c16c245fcc6cec702ff8f98e0f63c90396796af0bfc7964f25d589ca5616aa30eb934 SHA512 6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630 +DIST distributive-0.6.2.1.tar.gz 8140 BLAKE2B 34cdca12089cc097619469e8f559e978ac6d96c7dd8156cd92ea3ef7a3219afb11af6dd78dd30f7aa72405ae90cd37860d845d7f0b5c7ce6055316d8c3f429bc SHA512 387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7 diff --git a/dev-haskell/distributive/distributive-0.6.2.1.ebuild b/dev-haskell/distributive/distributive-0.6.2.1.ebuild new file mode 100644 index 000000000000..15c67f37ebff --- /dev/null +++ b/dev-haskell/distributive/distributive-0.6.2.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 +#hackport: flags: +tagged,+semigroups + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Distributive functors -- Dual to Traversable" +HOMEPAGE="https://github.com/ekmett/distributive/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-haskell/base-orphans-0.5.2:=[profile?] <dev-haskell/base-orphans-1:=[profile?] + >=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-1:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( >=dev-haskell/generic-deriving-1.11 <dev-haskell/generic-deriving-2 + >=dev-haskell/hspec-2 <dev-haskell/hspec-3 ) +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=semigroups \ + --flag=tagged +} |
