update to 1.0.2.2
This commit is contained in:
parent
4b4184d5c6
commit
01e7d8daef
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/monad-control-0.3.3.0.tar.gz
|
/monad-control-0.3.3.0.tar.gz
|
||||||
/monad-control-0.3.3.1.tar.gz
|
/monad-control-0.3.3.1.tar.gz
|
||||||
/monad-control-1.0.1.0.tar.gz
|
/monad-control-1.0.1.0.tar.gz
|
||||||
|
/monad-control-1.0.2.2.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.1.0
|
Version: 1.0.2.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Lift control operations through monad transformers
|
Summary: Lift control operations through monad transformers
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -29,9 +29,10 @@ or any other base monad. Instances are based on monad transformers in
|
|||||||
'MonadTransControl', which includes all standard monad transformers in the
|
'MonadTransControl', which includes all standard monad transformers in the
|
||||||
'transformers' library except 'ContT'.
|
'transformers' library except 'ContT'.
|
||||||
|
|
||||||
See the 'lifted-base' package which uses 'monad-control' to lift 'IO'
|
See the <http://hackage.haskell.org/package/lifted-base lifted-base> package
|
||||||
operations from the 'base' library (like 'catch' or 'bracket') into any monad
|
which uses 'monad-control' to lift 'IO' operations from the 'base' library
|
||||||
that is an instance of 'MonadBase' or 'MonadBaseControl'.
|
(like 'catch' or 'bracket') into any monad that is an instance of 'MonadBase'
|
||||||
|
or 'MonadBaseControl'.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -84,6 +85,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.0.2.2-1
|
||||||
|
- update to 1.0.2.2
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.0-5
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user