diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-30 21:10:19 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 05:10:30 +0100 |
commit | 90d15ae0683b3aeec339463c504c93389430824c (patch) | |
tree | 907743c6378480690858713287ae9f32a7174eec /dev-haskell/distributive | |
parent | dev-haskell/base-orphans: drop 0.8.4 (diff) | |
download | gentoo-90d15ae0683b3aeec339463c504c93389430824c.tar.gz gentoo-90d15ae0683b3aeec339463c504c93389430824c.tar.bz2 gentoo-90d15ae0683b3aeec339463c504c93389430824c.zip |
dev-haskell/distributive: drop 0.6.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/distributive')
-rw-r--r-- | dev-haskell/distributive/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/distributive/distributive-0.6.1.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-haskell/distributive/Manifest b/dev-haskell/distributive/Manifest index 68e5b0d556fd..e8d845fc10a6 100644 --- a/dev-haskell/distributive/Manifest +++ b/dev-haskell/distributive/Manifest @@ -1,2 +1 @@ -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.1.ebuild b/dev-haskell/distributive/distributive-0.6.1.ebuild deleted file mode 100644 index 2389f0d37e23..000000000000 --- a/dev-haskell/distributive/distributive-0.6.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.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 ~x86" -IUSE="" - -RESTRICT=test # fails on USE=doc - -RDEPEND=">=dev-haskell/base-orphans-0.5.2:=[profile?] <dev-haskell/base-orphans-1:=[profile?] - >=dev-haskell/semigroups-0.13:=[profile?] <dev-haskell/semigroups-1:=[profile?] - >=dev-haskell/tagged-0.7:=[profile?] <dev-haskell/tagged-1:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - >=dev-haskell/cabal-doctest-1 <dev-haskell/cabal-doctest-1.1 - test? ( >=dev-haskell/doctest-0.11.1 <dev-haskell/doctest-0.17 - >=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 -} |