update to 0.3.3.1

This commit is contained in:
Jens Petersen 2015-03-03 23:50:13 +09:00
parent 4c3bcdad8d
commit 3411b55d29
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -2,22 +2,20 @@
%global pkg_name monad-control
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.3.3.0
Version: 0.3.3.1
Release: 1%{?dist}
Summary: Lift control operations through monad transformers
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-transformers-base-devel
BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel
# End cabal-rpm deps
@ -74,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Mar 3 2015 Jens Petersen <petersen@fedoraproject.org> - 0.3.3.1-1
- update to 0.3.3.1
* Tue Sep 16 2014 Jens Petersen <petersen@redhat.com> - 0.3.3.0-1
- update to 0.3.3.0
- refresh to cblrpm-0.8.11

View File

@ -1 +1 @@
e32491e2699a7160ea16a4114bf4c8b3 monad-control-0.3.3.0.tar.gz
74283c1d55bea573895d446518136ff5 monad-control-0.3.3.1.tar.gz