[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/

2022-07-30 Thread Sam James
commit: dd1be76b8117aeaafb291d98ba79c240dabdb759
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Jul 30 03:22:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 30 05:58:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1be76b

dev-haskell/lifted-async: drop 0.10.0.6

Signed-off-by: Sam James  gentoo.org>

 dev-haskell/lifted-async/Manifest  |  1 -
 .../lifted-async/lifted-async-0.10.0.6.ebuild  | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-haskell/lifted-async/Manifest 
b/dev-haskell/lifted-async/Manifest
index 2797e9ac5b26..58f150b3f38e 100644
--- a/dev-haskell/lifted-async/Manifest
+++ b/dev-haskell/lifted-async/Manifest
@@ -1,2 +1 @@
-DIST lifted-async-0.10.0.6.tar.gz 10308 BLAKE2B 
f9718ed3d97d4cb17b87d49efb594a7b61f11b6be9819b44bd8382a87bb247b754328db07417699f5140f6168d42c3d51fceaaaf33da748f9aba8683101cd6ec
 SHA512 
9e5ae5d906df2577453c9b86f196f4bb4ec4d7766c5d9bcb7d2fa66be62daa44c033ed1475bdc004e1540da81f645a4d39db35142d32d09b33cfe9c01412f1ce
 DIST lifted-async-0.10.2.tar.gz 10607 BLAKE2B 
79ef9e4f11e5d41d3886473f2443a7345a1b52fd0aaf50a96a338f3958fdfef0a00846adf04cf8d310935c130a583544829685ad895c238544fd3ca5558973cd
 SHA512 
eb2b33693ab1617fdeca934c6ede73c530e578425049804c3a0322a63b5262411453f80cb730dabd338590fc6b3093cd13872b9922f5cda4806741fc74ea63ee

diff --git a/dev-haskell/lifted-async/lifted-async-0.10.0.6.ebuild 
b/dev-haskell/lifted-async/lifted-async-0.10.0.6.ebuild
deleted file mode 100644
index fd66768fffd0..
--- a/dev-haskell/lifted-async/lifted-async-0.10.0.6.ebuild
+++ /dev/null
@@ -1,37 +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.4.
-
-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="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-#beware: hackport not reading `constraints` upper bound correctly
-
-RDEPEND=">=dev-haskell/async-2.2:=[profile?] =dev-haskell/constraints-0.2:=[profile?] 
=dev-haskell/lifted-base-0.2:=[profile?] 
=dev-haskell/monad-control-1.0:=[profile?] 
=dev-haskell/transformers-base-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.8
-   test? ( dev-haskell/hunit
-   dev-haskell/mtl
-   dev-haskell/tasty
-   =dev-haskell/tasty-hunit-0.9 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/files/

2020-09-14 Thread Sergei Trofimovich
commit: 0d1e2a0c6e3a907d5dc33aefa6b79f2300637572
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Sep 13 12:58:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 14 07:05:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1e2a0c

dev-haskell/lifted-async: remove unused patch(es)

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../lifted-async-0.2.0.2-monad-control-1.1.patch   | 69 --
 1 file changed, 69 deletions(-)

diff --git 
a/dev-haskell/lifted-async/files/lifted-async-0.2.0.2-monad-control-1.1.patch 
b/dev-haskell/lifted-async/files/lifted-async-0.2.0.2-monad-control-1.1.patch
deleted file mode 100644
index 970d9842f77..000
--- 
a/dev-haskell/lifted-async/files/lifted-async-0.2.0.2-monad-control-1.1.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-commit 448176aa98e03a31121501af004d8159e92b2f66
-Author: Roman Cheplyaka 
-Date:   Tue Dec 16 12:09:52 2014 +0200
-
-Make lifted-async build with monad-control-1.0
-
-diff --git a/src/Control/Concurrent/Async/Lifted.hs 
b/src/Control/Concurrent/Async/Lifted.hs
-index fa5a158..e5034c1 100644
 a/src/Control/Concurrent/Async/Lifted.hs
-+++ b/src/Control/Concurrent/Async/Lifted.hs
-@@ -2,6 +2,7 @@
- {-# LANGUAGE KindSignatures #-}
- {-# LANGUAGE RankNTypes #-}
- {-# LANGUAGE TypeFamilies #-}
-+{-# LANGUAGE ScopedTypeVariables #-}
- 
- {- |
- Module  : Control.Concurrent.Async.Lifted
-@@ -47,7 +48,7 @@ module Control.Concurrent.Async.Lifted
- 
- import Control.Applicative
- import Control.Concurrent (threadDelay)
--import Control.Monad ((>=>), forever, liftM, void)
-+import Control.Monad ((>=>), forever, liftM)
- import Data.Traversable (Traversable(..))
- import GHC.IO (unsafeUnmask)
- import Prelude hiding (mapM)
-@@ -180,11 +181,11 @@ waitCatch
- waitCatch a = liftBase (A.waitCatch a) >>= sequenceEither
- 
- -- | Generalized version of 'A.cancel'.
--cancel :: MonadBase IO m => Async (StM m a) -> m ()
-+cancel :: MonadBase IO m => Async a -> m ()
- cancel = liftBase . A.cancel
- 
- -- | Generalized version of 'A.cancelWith'.
--cancelWith :: (MonadBase IO m, Exception e) => Async (StM m a) -> e -> m ()
-+cancelWith :: (MonadBase IO m, Exception e) => Async a -> e -> m ()
- cancelWith = (liftBase .) . A.cancelWith
- 
- -- | Generalized version of 'A.waitAny'.
-@@ -261,10 +262,10 @@ waitEitherCatchCancel a b =
- -- | Generalized version of 'A.waitEither_'.
- waitEither_
-   :: MonadBaseControl IO m
--  => Async (StM m a)
--  -> Async (StM m b)
-+  => Async a
-+  -> Async b
-   -> m ()
--waitEither_ = (void .) . waitEither
-+waitEither_ a b = liftBase (A.waitEither_ a b)
- 
- -- | Generalized version of 'A.waitBoth'.
- waitBoth
-@@ -280,11 +281,11 @@ waitBoth a b = do
- {-# INLINABLE waitBoth #-}
- 
- -- | Generalized version of 'A.link'.
--link :: MonadBase IO m => Async (StM m a) -> m ()
-+link :: MonadBase IO m => Async a -> m ()
- link = liftBase . A.link
- 
- -- | Generalized version of 'A.link2'.
--link2 :: MonadBase IO m => Async (StM m a) -> Async (StM m b) -> m ()
-+link2 :: MonadBase IO m => Async a -> Async a -> m ()
- link2 = (liftBase .) . A.link2
- 
- -- | Generalized version of 'A.race'.



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/

2020-09-09 Thread Sergei Trofimovich
commit: a772b51528659059bb17d21e9a7b7e0327700353
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep  9 07:04:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep  9 07:09:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a772b515

dev-haskell/lifted-async: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/lifted-async/Manifest  |  5 ---
 .../lifted-async/lifted-async-0.2.0.2-r1.ebuild| 36 ---
 .../lifted-async/lifted-async-0.6.0.1.ebuild   | 40 --
 .../lifted-async/lifted-async-0.7.0.2.ebuild   | 40 --
 .../lifted-async/lifted-async-0.8.0.1-r1.ebuild| 40 --
 .../lifted-async/lifted-async-0.9.1.1-r1.ebuild| 40 --
 dev-haskell/lifted-async/metadata.xml  |  3 --
 7 files changed, 204 deletions(-)

diff --git a/dev-haskell/lifted-async/Manifest 
b/dev-haskell/lifted-async/Manifest
index 8c07fc41c97..fd1acdee98d 100644
--- a/dev-haskell/lifted-async/Manifest
+++ b/dev-haskell/lifted-async/Manifest
@@ -1,6 +1 @@
 DIST lifted-async-0.10.0.6.tar.gz 10308 BLAKE2B 
f9718ed3d97d4cb17b87d49efb594a7b61f11b6be9819b44bd8382a87bb247b754328db07417699f5140f6168d42c3d51fceaaaf33da748f9aba8683101cd6ec
 SHA512 
9e5ae5d906df2577453c9b86f196f4bb4ec4d7766c5d9bcb7d2fa66be62daa44c033ed1475bdc004e1540da81f645a4d39db35142d32d09b33cfe9c01412f1ce
-DIST lifted-async-0.2.0.2.tar.gz 6907 BLAKE2B 
da3f85064197fe4dae8f54f28d040d05d4acb9d3bbc638d32af61edf0e361ad9b9398d858d808e8264caace4e88754aa75dab32fa60ae0837f8d9619f7dbf14b
 SHA512 
a69e3f93c33ca76889afd894fcadb3f0d53fae05ff47bdbaa5d164deb756c60f7282671bdfa14d092b0a985f5cdf30746fcf847241aeda08be553f7c8d90bce3
-DIST lifted-async-0.6.0.1.tar.gz 8871 BLAKE2B 
d4629501d4696487a703b08216afd2baba298b100a4c1664e0dc43d29642b1b52fbf817a3582e3d9124d9bbfe896c18f399fa19877e10bad939941127ab9bc4b
 SHA512 
afa436919bf50a343739ec9ca1e492cdac037df1e286812e77089c939303ce00a0f8681303eb41ea476df5d4013be6ef45c63c161ab0fa92b0ced4a0c4e57120
-DIST lifted-async-0.7.0.2.tar.gz 9096 BLAKE2B 
48203cf7fb41108a37b236c827e5fcb623e3bd82b43df7a1ee6f8e47363bfcb08a8feb9c5908471e84df0cbb83480a2e1fb4fb4a94e906f8a63d71480a1601f0
 SHA512 
7dcbc10d0e5c055b3b1d3f4a2a69304b2b66413cb0ba99d1abb03f067b6f898b1aa0d9ed9deae0016fd1198717c048b8ba5b40e60ce3c1bf888c876dca15a222
-DIST lifted-async-0.8.0.1.tar.gz 9453 BLAKE2B 
f74d017f8afd51f08e48225b590d6b88899429214cc0a33fcac2bc5e1e67524d43e7d78830ff0be9258dbb333069331b18850968d1b896cd26abdf66943a472b
 SHA512 
529a8c2c88f6277f5618d89f62d99318c9ae059c650f40e6cbc61f70621f073a10fff0ce3f27936d71a0dcd222afdbfa58d0922ae45075753d74c3e7bab5bcfa
-DIST lifted-async-0.9.1.1.tar.gz 10077 BLAKE2B 
13132800149f014add45245ef3a2988fab4e1609b5f0cf05284d73f584e0a541d7eccc8e7a6ce5117fc374ab2c4c123adc9bc6fbdb52a5fc2662913b986a54f1
 SHA512 
c8e3d3e6bcfb361b5fe1bd948d21f8d2087e18b2f035557564e94fb444fae64baf0302d3938c5ca31f8a68a2fd5e7fb1389f1a318c3a2b447facee823511b5ad

diff --git a/dev-haskell/lifted-async/lifted-async-0.2.0.2-r1.ebuild 
b/dev-haskell/lifted-async/lifted-async-0.2.0.2-r1.ebuild
deleted file mode 100644
index 6eb3a3d3e4e..000
--- a/dev-haskell/lifted-async/lifted-async-0.2.0.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit base haskell-cabal
-
-DESCRIPTION="Run lifted IO operations asynchronously and wait for their 
results"
-HOMEPAGE="https://github.com/maoe/lifted-async;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test" # patch has a test failure: withAsync waitEither : FAIL
-
-RDEPEND=">=dev-haskell/async-2.0.1:=[profile?]
-   >=dev-haskell/lifted-base-0.2:=[profile?]
-   >=dev-haskell/monad-control-0.3.1:=[profile?]
-   >=dev-haskell/transformers-base-0.4:=[profile?]
-   >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.8
-   test? ( dev-haskell/hunit
-   dev-haskell/mtl
-   dev-haskell/tasty
-   >=dev-haskell/tasty-hunit-0.9 https://github.com/maoe/lifted-async;
-SRC_URI="https://hackage.haskell.org/package/${P}/${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/lifted-base-0.2:=[profile?] 
=dev-haskell/transformers-base-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
-   monad-control-1? ( >=dev-haskell/constraints-0.2:=[profile?] 
=dev-haskell/monad-control-1.0:=[profile?] 
=dev-haskell/monad-control-0:=[profile?] 
https://github.com/maoe/lifted-async;

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/

2017-05-28 Thread Sergei Trofimovich
commit: cd925dd3913d2d2bbfa066537918c2a6bd4dd2aa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 28 13:01:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 28 17:53:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd925dd3

dev-haskell/lifted-async: bump up to 0.9.1.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/lifted-async/Manifest  |  1 +
 .../lifted-async/lifted-async-0.9.1.1-r1.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-haskell/lifted-async/Manifest 
b/dev-haskell/lifted-async/Manifest
index 2bbd4e47b52..b95b91c943a 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 
6b74cfda16fbe9c77e8a766ddbe026a1431402d67330224069459289d78f83107e4f11292520eee0a190b034cf44c3fe3dfcec0e8abd649bffa5268a3d1b
+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 000..01598835b9a
--- /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.
+
+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/lifted-base-0.2:=[profile?] 
=dev-haskell/transformers-base-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
+   monad-control-1? ( >=dev-haskell/constraints-0.2:=[profile?] 
=dev-haskell/monad-control-1.0:=[profile?] 
=dev-haskell/monad-control-0:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/

2016-05-11 Thread Sergei Trofimovich
commit: e00c3a4b9d8ad9c3f1f8ec7a2e02cceb09579b9a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May 11 07:30:45 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 11 08:48:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00c3a4b

dev-haskell/lifted-async: bump up to 0.8.0.1

Package-Manager: portage-2.2.28

 dev-haskell/lifted-async/Manifest  |  1 +
 .../lifted-async/lifted-async-0.8.0.1-r1.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-haskell/lifted-async/Manifest 
b/dev-haskell/lifted-async/Manifest
index 6a67dec..2bbd4e4 100644
--- a/dev-haskell/lifted-async/Manifest
+++ b/dev-haskell/lifted-async/Manifest
@@ -1,3 +1,4 @@
 DIST lifted-async-0.2.0.2.tar.gz 6907 SHA256 
ee512dc63f21cc212db1a85f5acc49a96b6400f85012ed6fe68ede4e477b581f SHA512 
a69e3f93c33ca76889afd894fcadb3f0d53fae05ff47bdbaa5d164deb756c60f7282671bdfa14d092b0a985f5cdf30746fcf847241aeda08be553f7c8d90bce3
 WHIRLPOOL 
6801186706e9b2746cb7928af21d494e353b6342e942dcee0ae9ac8b72fb3719c916842510400c9c8aed495062189b0256b842f205903dcd9f065e009fc3bc13
 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 
6b74cfda16fbe9c77e8a766ddbe026a1431402d67330224069459289d78f83107e4f11292520eee0a190b034cf44c3fe3dfcec0e8abd649bffa5268a3d1b

diff --git a/dev-haskell/lifted-async/lifted-async-0.8.0.1-r1.ebuild 
b/dev-haskell/lifted-async/lifted-async-0.8.0.1-r1.ebuild
new file mode 100644
index 000..b531ec5
--- /dev/null
+++ b/dev-haskell/lifted-async/lifted-async-0.8.0.1-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.7.
+
+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/lifted-base-0.2:=[profile?] 
=dev-haskell/transformers-base-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
+   monad-control-1? ( >=dev-haskell/constraints-0.2:=[profile?]
+   >=dev-haskell/monad-control-1.0:=[profile?] 
=dev-haskell/monad-control-0:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lifted-async/

2016-01-19 Thread Sergei Trofimovich
commit: e09ebe010939db341bcc388cca68297dfe26e2bd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan 19 22:14:32 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 19 22:29:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09ebe01

dev-haskell/lifted-async: bump up to 0.7.0.2

Package-Manager: portage-2.2.27

 dev-haskell/lifted-async/Manifest  |  1 +
 .../lifted-async/lifted-async-0.7.0.2.ebuild   | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-haskell/lifted-async/Manifest 
b/dev-haskell/lifted-async/Manifest
index 1d29794..06dc8d2 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.2.0.tar.gz 6831 SHA256 
d430a5dbca6a526f773d5019c483f79b1fe49cdb5cca5b1a78aaa70d86f90fe9 SHA512 
bd0182c0ecbd1a5e46979719431e2facde276e9e31dd33615e2b433cb535fb47a373bf1b30ab0911e9c03ad9fc9d8cb9dcc7070991a7172b9ca647b9df5a51cc
 WHIRLPOOL 
e000134c2451e18c6d232c6b0f9abecf219bb3466b5e20442a6fef6c0ab4d89127f370606d8c4e947cc951e56bdab36fa18e255a51b17a39357a45433eeb0745
 DIST lifted-async-0.6.0.1.tar.gz 8871 SHA256 
aeeacd800a604c6a239b3bb0219ef23397b01c7e22e016aae9d21a41f58a0b8b SHA512 
afa436919bf50a343739ec9ca1e492cdac037df1e286812e77089c939303ce00a0f8681303eb41ea476df5d4013be6ef45c63c161ab0fa92b0ced4a0c4e57120
 WHIRLPOOL 
7ac3572cc38eb681972536f0aa98a3f061484967923b2ff64cd5bdb1ff3ce48ca34cb13a2ae75a492f5e5ef1a516cb760a7f5cedb54bad04cf9cc422adfad265
 DIST lifted-async-0.7.0.1.tar.gz 9060 SHA256 
c3235d0f4a90baba3217269562bee655c6d9c538e2b57b6c5b23da4ef1bb6e6a SHA512 
858c6fcf7a61e3f37d55c63b3fd4aebb43951031540db0121a825410763d37bc43975d89779e1b21f6e0f6c93d81bbda56877671bef58d9797c6475beccc
 WHIRLPOOL 
c2d292de9bfabcc68b396a8a3ef02f5b6557dfd399f01354daf361aa5f0fc5bf4f41b617e7374298174eecb7940f7a585d9312b1aecaf20c97f75a5bc4679ee9
+DIST lifted-async-0.7.0.2.tar.gz 9096 SHA256 
0e8a97500b5cb387c711e8dc0db27a07b61d21d610ba8aebf4cae5f92920b7ac SHA512 
7dcbc10d0e5c055b3b1d3f4a2a69304b2b66413cb0ba99d1abb03f067b6f898b1aa0d9ed9deae0016fd1198717c048b8ba5b40e60ce3c1bf888c876dca15a222
 WHIRLPOOL 
3672afeee185e184715f61629296521c690c3452e6a82695c5a417a75b585d713cca85fc971341b9b3908e00f666306d0ebbeb17f15525e01124cc9487322e68

diff --git a/dev-haskell/lifted-async/lifted-async-0.7.0.2.ebuild 
b/dev-haskell/lifted-async/lifted-async-0.7.0.2.ebuild
new file mode 100644
index 000..0684e32
--- /dev/null
+++ b/dev-haskell/lifted-async/lifted-async-0.7.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.
+
+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/lifted-base-0.2:=[profile?] 
=dev-haskell/transformers-base-0.4:=[profile?] 
=dev-lang/ghc-7.4.1:=
+   monad-control-1? ( >=dev-haskell/constraints-0.2:=[profile?] 
=dev-haskell/monad-control-1.0:=[profile?] 
=dev-haskell/monad-control-0:=[profile?]