diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-31 07:28:09 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:30 +0100 |
commit | 182b28d58015b153c3bfe7b16b4db384d208329b (patch) | |
tree | 178ecbbf5f175f253e59acc34cf16350a9564848 /dev-haskell/distributive | |
parent | dev-haskell/regex-tdfa: bump up to 1.3.1.0 (diff) | |
download | gentoo-182b28d58015b153c3bfe7b16b4db384d208329b.tar.gz gentoo-182b28d58015b153c3bfe7b16b4db384d208329b.tar.bz2 gentoo-182b28d58015b153c3bfe7b16b4db384d208329b.zip |
dev-haskell/distributive: bump up to 0.6.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@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, 41 insertions, 0 deletions
diff --git a/dev-haskell/distributive/Manifest b/dev-haskell/distributive/Manifest index 3aef4dafa575..6f4c2bcc213c 100644 --- a/dev-haskell/distributive/Manifest +++ b/dev-haskell/distributive/Manifest @@ -1,3 +1,4 @@ DIST distributive-0.3.2.tar.gz 5997 BLAKE2B dc92e2dae4ea335f7e1ca22432ee277c71b542cc26f6777d3a416d8de29acefe675f255b81c38d530b52965087902b115ac88fcb6d96c970417bb6cb0aa59201 SHA512 7b9d499c68a0e689c961ff6a1e33abad8d42fa714e6c45303559e58c962cb7fa1857a9dfa8514478a2c0abf464d0123ac12b8f86cee2d1c2c01a0875ad59bc1b DIST distributive-0.4.4.tar.gz 6686 BLAKE2B b408d3f7a95d11eabf7b59f5fced0373be66eb9ca96d22ceb3bad5ec77047d7e17b3cdf691bf9e214be52945d84511a77df01ce98b523ee35fbd35d6d8f308e1 SHA512 35f73d575f31b7ddc7ee5f58e4e2e871c3ea607c7147b96467937b5ffb80bcaeec6da616bfb596ffe1bc28bd7f4062d56496eb5b5cc9e45249865c216139dd4f DIST distributive-0.5.2.tar.gz 11824 BLAKE2B 7dd2bc3e4463ad44fba94a165f257343c171f185a8d8263d92db2dc3494b8ae5e2fb4a3174ac33c4864c009748ed5f30d1a2834ebf8c7e92b28b189391a6bb75 SHA512 1d16950598c25a9ce30ccd2711e085a5dba639dc0841af4fa0de1f1866fbea83142accf67fc95f230c466a5d17a5c9f2c577d6c3a72a913f7dbde77c8845175b +DIST distributive-0.6.1.tar.gz 11256 BLAKE2B b8c964137613b828f2908b210964be06a39bcd360727edf816c9921d6f7c16c245fcc6cec702ff8f98e0f63c90396796af0bfc7964f25d589ca5616aa30eb934 SHA512 6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630 diff --git a/dev-haskell/distributive/distributive-0.6.1.ebuild b/dev-haskell/distributive/distributive-0.6.1.ebuild new file mode 100644 index 000000000000..2389f0d37e23 --- /dev/null +++ b/dev-haskell/distributive/distributive-0.6.1.ebuild @@ -0,0 +1,40 @@ +# 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 +} |