update to 0.3.3

This commit is contained in:
Jens Petersen 2016-06-26 18:04:02 +09:00
parent c49000082c
commit 2a59c0b59f
3 changed files with 15 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/STMonadTrans-0.3.2.tar.gz
/STMonadTrans-0.3.3.tar.gz

View File

@ -1,10 +1,11 @@
# generated by cabal-rpm-0.9.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name STMonadTrans
Name: ghc-%{pkg_name}
Version: 0.3.2
Release: 3%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: A monad transformer version of the ST monad
License: BSD
@ -21,10 +22,10 @@ BuildRequires: ghc-mtl-devel
%description
A monad transformer version of the ST monad. This monad transformer
should not be used with monads that can contain multiple answers, like the list
monad. The reason being that it will be duplicated across the different answers
and this causes Bad Things to happen (such as loss of referential transparency).
Safe monads include the monads State, Reader, Writer, Maybe and combinations of
their corresponding monad transformers.
monad. The reason is that the state token will be duplicated across the
different answers and this causes Bad Things to happen (such as loss of
referential transparency). Safe monads include the monads State, Reader,
Writer, Maybe and combinations of their corresponding monad transformers.
%package devel
@ -50,6 +51,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -60,13 +63,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.3.3-1
- update to 0.3.3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
2b7ad2c5cb80970c942cb0b1650390e3 STMonadTrans-0.3.2.tar.gz
5f1cbb340964eb0af609d2033bc57a54 STMonadTrans-0.3.3.tar.gz