From: Sergei Trofimovich Date: Sat, 14 Dec 2019 23:55:41 +0000 (+0000) Subject: dev-haskell/concurrent-extra: bump up to 0.7.0.12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b7f955801a60a27e35384ebc573b9542d992106c;p=gentoo.git dev-haskell/concurrent-extra: bump up to 0.7.0.12 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-haskell/concurrent-extra/Manifest b/dev-haskell/concurrent-extra/Manifest index 935e3b154b79..a38e6d6f50e4 100644 --- a/dev-haskell/concurrent-extra/Manifest +++ b/dev-haskell/concurrent-extra/Manifest @@ -1 +1,2 @@ DIST concurrent-extra-0.7.0.10.tar.gz 16205 BLAKE2B 94fd5aca0a3365c482ae61985372458c269f5a6994b81574f8087c9a4b170a75aba67592671abe33e892af231752e7caf27aa66f9b93807bca1a14eb29de31a0 SHA512 2414fdb493834480f31e13b515233ea7739d46a170da12683b944de8372289cdafebfe8cf242c2edcceafc1fe3e659b0b20a0dcb4826d925cc50f6c1ebe73a58 +DIST concurrent-extra-0.7.0.12.tar.gz 15844 BLAKE2B 1220bdaa6bbc364c4a2e12adc3dd953459d8dcbc251db776e906facc2b80aa4239d35cc29c19fea767e27c0a451b5b29c3010f8a97943db6e73801980888b7c7 SHA512 b02bfa8473faeba15bf26f4c243190dee7820dd961bc86cb7cd1eb856451a9351899eea59b3668f0b811c95f828cd8c36744dfa03144ca0a949e3b663ae84ad2 diff --git a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.12.ebuild b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.12.ebuild new file mode 100644 index 000000000000..802906dbbfbe --- /dev/null +++ b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.12.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Extra concurrency primitives" +HOMEPAGE="https://github.com/basvandijk/concurrent-extra" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test #stresstest fails, all others pass + +RDEPEND=">=dev-haskell/stm-2.1.2.1:=[profile?] + >=dev-haskell/unbounded-delays-0.1:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/async-2.0 + >=dev-haskell/hunit-1.2.2 + >=dev-haskell/random-1.0 + >=dev-haskell/test-framework-0.2.4 + >=dev-haskell/test-framework-hunit-0.2.4 ) +"