1
0

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:
Ondřej Súkup 2016-04-11 06:57:57 +00:00 committed by Git OBS Bridge
parent 347187e90e
commit 10e9df519b
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