Accepting request 511514 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/511514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monad-control?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2017-07-27 09:11:56 +00:00 committed by Git OBS Bridge
commit 8d3a92d0ad
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 11 03:02:26 UTC 2017 - psimons@suse.com
- Update to version 1.0.2.1.
-------------------------------------------------------------------
Mon Jun 19 21:01:53 UTC 2017 - psimons@suse.com

View File

@ -18,7 +18,7 @@
%global pkg_name monad-control
Name: ghc-%{pkg_name}
Version: 1.0.2.0
Version: 1.0.2.1
Release: 0
Summary: Lift control operations, like exception catching, through monad transformers
License: BSD-3-Clause
@ -40,9 +40,10 @@ or any other base monad. Instances are based on monad transformers in
'MonadTransControl', which includes all standard monad transformers in the
'transformers' library except 'ContT'.
See the 'lifted-base' package which uses 'monad-control' to lift 'IO'
operations from the 'base' library (like 'catch' or 'bracket') into any monad
that is an instance of 'MonadBase' or 'MonadBaseControl'.
See the <http://hackage.haskell.org/package/lifted-base lifted-base> package
which uses 'monad-control' to lift 'IO' operations from the 'base' library
(like 'catch' or 'bracket') into any monad that is an instance of 'MonadBase'
or 'MonadBaseControl'.
Note that this package is a rewrite of Anders Kaseorg's 'monad-peel' library.
The main difference is that this package provides CPS style operators and

View File

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

View File

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