update to 0.3.3.1
This commit is contained in:
parent
4c3bcdad8d
commit
3411b55d29
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user