diff --git a/.gitignore b/.gitignore index 092330b..555c450 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /STMonadTrans-0.3.2.tar.gz +/STMonadTrans-0.3.3.tar.gz diff --git a/ghc-STMonadTrans.spec b/ghc-STMonadTrans.spec index 3b2d823..a94b6dd 100644 --- a/ghc-STMonadTrans.spec +++ b/ghc-STMonadTrans.spec @@ -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 - 0.3.3-1 +- update to 0.3.3 + * Wed Feb 03 2016 Fedora Release Engineering - 0.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index df9c083..46ff586 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b7ad2c5cb80970c942cb0b1650390e3 STMonadTrans-0.3.2.tar.gz +5f1cbb340964eb0af609d2033bc57a54 STMonadTrans-0.3.3.tar.gz