update to 1.0.1.0
This commit is contained in:
parent
ad468b3c6d
commit
9bb2c0bdf4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user