diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 14:01:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 18:53:10 +0100 |
commit | cd925dd3913d2d2bbfa066537918c2a6bd4dd2aa (patch) | |
tree | 155805c6d572c9d043296816c25055b38af0c043 /dev-haskell/lifted-async | |
parent | dev-haskell/lifted-base: bump up to 0.2.3.10 (diff) | |
download | gentoo-cd925dd3913d2d2bbfa066537918c2a6bd4dd2aa.tar.gz gentoo-cd925dd3913d2d2bbfa066537918c2a6bd4dd2aa.tar.bz2 gentoo-cd925dd3913d2d2bbfa066537918c2a6bd4dd2aa.zip |
dev-haskell/lifted-async: bump up to 0.9.1.1
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/lifted-async')
-rw-r--r-- | dev-haskell/lifted-async/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/lifted-async/lifted-async-0.9.1.1-r1.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-haskell/lifted-async/Manifest b/dev-haskell/lifted-async/Manifest index 2bbd4e47b527..b95b91c943a6 100644 --- a/dev-haskell/lifted-async/Manifest +++ b/dev-haskell/lifted-async/Manifest @@ -2,3 +2,4 @@ DIST lifted-async-0.2.0.2.tar.gz 6907 SHA256 ee512dc63f21cc212db1a85f5acc49a96b6 DIST lifted-async-0.6.0.1.tar.gz 8871 SHA256 aeeacd800a604c6a239b3bb0219ef23397b01c7e22e016aae9d21a41f58a0b8b SHA512 afa436919bf50a343739ec9ca1e492cdac037df1e286812e77089c939303ce00a0f8681303eb41ea476df5d4013be6ef45c63c161ab0fa92b0ced4a0c4e57120 WHIRLPOOL 7ac3572cc38eb681972536f0aa98a3f061484967923b2ff64cd5bdb1ff3ce48ca34cb13a2ae75a492f5e5ef1a516cb760a7f5cedb54bad04cf9cc422adfad265 DIST lifted-async-0.7.0.2.tar.gz 9096 SHA256 0e8a97500b5cb387c711e8dc0db27a07b61d21d610ba8aebf4cae5f92920b7ac SHA512 7dcbc10d0e5c055b3b1d3f4a2a69304b2b66413cb0ba99d1abb03f067b6f898b1aa0d9ed9deae0016fd1198717c048b8ba5b40e60ce3c1bf888c876dca15a222 WHIRLPOOL 3672afeee185e184715f61629296521c690c3452e6a82695c5a417a75b585d713cca85fc971341b9b3908e00f666306d0ebbeb17f15525e01124cc9487322e68 DIST lifted-async-0.8.0.1.tar.gz 9453 SHA256 ef8ca870155abb93e4ce742c46606ac59ab031ed86da31c75a6179c62be5f9bf SHA512 529a8c2c88f6277f5618d89f62d99318c9ae059c650f40e6cbc61f70621f073a10fff0ce3f27936d71a0dcd222afdbfa58d0922ae45075753d74c3e7bab5bcfa WHIRLPOOL 6b74cfda16fbe9c77e8a766ddbe026a1431402d67330224069459289d78f83107eaaaa4f11292520eee0a190b034cf44c3fe3dfcec0e8abd649bffa5268a3d1b +DIST lifted-async-0.9.1.1.tar.gz 10077 SHA256 31ac44b834723c9b9d40a319135a712802f2690d700df283d0a380fcd8d48e40 SHA512 c8e3d3e6bcfb361b5fe1bd948d21f8d2087e18b2f035557564e94fb444fae64baf0302d3938c5ca31f8a68a2fd5e7fb1389f1a318c3a2b447facee823511b5ad WHIRLPOOL 4951eae1fe6a37368d0c93237144284bf8638f8a799ff02ef5af163de85c819e1b105451f40073c897cd4f7d6ae2dc423e5be255b5f3bdf880dd25b51752baa0 diff --git a/dev-haskell/lifted-async/lifted-async-0.9.1.1-r1.ebuild b/dev-haskell/lifted-async/lifted-async-0.9.1.1-r1.ebuild new file mode 100644 index 000000000000..01598835b9a7 --- /dev/null +++ b/dev-haskell/lifted-async/lifted-async-0.9.1.1-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Run lifted IO operations asynchronously and wait for their results" +HOMEPAGE="https://github.com/maoe/lifted-async" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+monad-control-1" + +RDEPEND=">=dev-haskell/async-2.0.1:=[profile?] <dev-haskell/async-2.2:=[profile?] + >=dev-haskell/lifted-base-0.2:=[profile?] <dev-haskell/lifted-base-0.3:=[profile?] + >=dev-haskell/transformers-base-0.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= + monad-control-1? ( >=dev-haskell/constraints-0.2:=[profile?] <dev-haskell/constraints-0.10:=[profile?] + >=dev-haskell/monad-control-1.0:=[profile?] <dev-haskell/monad-control-1.1:=[profile?] ) + !monad-control-1? ( >=dev-haskell/monad-control-0:=[profile?] <dev-haskell/monad-control-1:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit + dev-haskell/mtl + dev-haskell/tasty + >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10 + dev-haskell/tasty-th ) +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag monad-control-1 monad-control-1) +} |