update to 0.7.3
This commit is contained in:
parent
40b20adc28
commit
b531437cce
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/tagged-0.4.4.tar.gz
|
||||
/tagged-0.6.tar.gz
|
||||
/tagged-0.7.2.tar.gz
|
||||
/tagged-0.7.3.tar.gz
|
||||
|
||||
@ -2,17 +2,14 @@
|
||||
|
||||
%global pkg_name tagged
|
||||
|
||||
# no useful debuginfo for Haskell packages without C sources
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Newtype wrappers for phantom types
|
||||
Summary: Tagged values with an attached phantom type
|
||||
|
||||
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
|
||||
@ -62,6 +59,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2015 Jens Petersen <petersen@redhat.com> - 0.7.3-1
|
||||
- update to 0.7.3
|
||||
|
||||
* Wed Aug 27 2014 Jens Petersen <petersen@redhat.com> - 0.7.2-1
|
||||
- update to 0.7.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user