osc copypac from project:devel:languages:haskell:lts:8 package:ghc-monad-control revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-monad-control?expand=0&rev=16
This commit is contained in:
parent
6dd45f9110
commit
0c7203674b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05ab54d82c7655b09b53ac5cbd234682bc32d4c1ee26e10ffbbfe2651b7fb4cc
|
||||
size 12241
|
3
monad-control-1.0.2.1.tar.gz
Normal file
3
monad-control-1.0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc4ecb2db714499c0fa518321cfbbf22f98ed03c199d47eee0dea3e0430358c2
|
||||
size 12406
|
Loading…
Reference in New Issue
Block a user