forked from pool/ghc-monad-control
Accepting request 387327 from devel:languages:haskell:lts
- update to 1.0.1.0 - removed useless _service * Added the functions: liftThrough :: (MonadTransControl t, Monad (t m), Monad m) => (m (StT t a) -> m (StT t b)) -- ^ -> t m a -> t m b captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ()) captureM :: MonadBaseControl b m => m (StM m ()) OBS-URL: https://build.opensuse.org/request/show/387327 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=8
This commit is contained in:
parent
347187e90e
commit
10e9df519b
3
_service
3
_service
@ -1,3 +0,0 @@
|
||||
<services>
|
||||
<service name='download_files' mode='localonly'/>
|
||||
</services>
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 15:00:08 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 1.0.1.0
|
||||
- removed useless _service
|
||||
* Added the functions:
|
||||
|
||||
liftThrough
|
||||
:: (MonadTransControl t, Monad (t m), Monad m)
|
||||
=> (m (StT t a) -> m (StT t b)) -- ^
|
||||
-> t m a -> t m b
|
||||
|
||||
captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ())
|
||||
captureM :: MonadBaseControl b m => m (StM m ())
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 13:23:46 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name monad-control
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.0.5
|
||||
Version: 1.0.1.0
|
||||
Release: 0
|
||||
Summary: Lift control operations, like exception catching, through monad transformers
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:055f715701c82e2c238282e363807d5bd6300e82cb38eaf37283987bfa8943f9
|
||||
size 10732
|
3
monad-control-1.0.1.0.tar.gz
Normal file
3
monad-control-1.0.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4b0209c6cb7006fac618e4d8e3743d908f8b21579d6ff72e9f6e758e24301f4
|
||||
size 11115
|
Loading…
Reference in New Issue
Block a user