Accepting request 387330 from devel:languages:haskell

- 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 ()) (forwarded request 387327 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/387330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monad-control?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2016-04-12 17:38:10 +00:00 committed by Git OBS Bridge
commit 8a557949d2
5 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
<services>
<service name='download_files' mode='localonly'/>
</services>

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:055f715701c82e2c238282e363807d5bd6300e82cb38eaf37283987bfa8943f9
size 10732

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4b0209c6cb7006fac618e4d8e3743d908f8b21579d6ff72e9f6e758e24301f4
size 11115