update to 1.0.1.0

This commit is contained in:
Jens Petersen 2016-06-25 17:00:01 +09:00
parent ad468b3c6d
commit 9bb2c0bdf4
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/monad-control-0.3.2.1.tar.gz
/monad-control-0.3.3.0.tar.gz
/monad-control-0.3.3.1.tar.gz
/monad-control-1.0.1.0.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name monad-control
Name: ghc-%{pkg_name}
Version: 0.3.3.1
Release: 3%{?dist}
Version: 1.0.1.0
Release: 1%{?dist}
Summary: Lift control operations through monad transformers
License: BSD
@ -14,6 +14,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-stm-devel
BuildRequires: ghc-transformers-base-devel
BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel
@ -54,6 +55,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
@ -64,7 +67,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -72,6 +75,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sat Jun 25 2016 Jens Petersen <petersen@redhat.com> - 1.0.1.0-1
- update to 1.0.1.0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
74283c1d55bea573895d446518136ff5 monad-control-0.3.3.1.tar.gz
afad6755c4585502e197a3e449779669 monad-control-1.0.1.0.tar.gz