diff --git a/.gitignore b/.gitignore index 9b93c22..e5947ad 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 1f1acb5..09b1afd 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -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 - 0.7.3-1 +- update to 0.7.3 + * Wed Aug 27 2014 Jens Petersen - 0.7.2-1 - update to 0.7.2 diff --git a/sources b/sources index 6076f27..20359c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2af8f69d5406f3eb059fcd4e5ebc2aa0 tagged-0.7.2.tar.gz +1ec1bd5e8add7d4170cb19bf3b2b1c62 tagged-0.7.3.tar.gz