|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|