update to 0.4.4 with cabal-rpm

epel9
Jens Petersen 12 years ago
parent 150ebe4f11
commit 409edcdc14

1
.gitignore vendored

@ -2,3 +2,4 @@
/tagged-0.4.1.tar.gz
/tagged-0.4.2.tar.gz
/tagged-0.4.2.1.tar.gz
/tagged-0.4.4.tar.gz

@ -1,4 +1,3 @@
# cabal2spec-0.25.4
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -6,22 +5,21 @@
%global common_summary Newtype wrappers for phantom types
%global common_description Newtype wrappers for phantom types to avoid unsafely passing dummy arguments.
%global common_description Haskell 98 phantom types to avoid unsafely passing dummy arguments.
Name: ghc-%{pkg_name}
Version: 0.4.2.1
Release: 2%{?dist}
Version: 0.4.4
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
# End cabal-rpm deps
%description
%{common_description}
@ -39,7 +37,6 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
%ghc_lib_install
# devel subpackage
%ghc_devel_package
%ghc_devel_description
@ -52,6 +49,9 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
%changelog
* Thu Nov 08 2012 Jens Petersen <petersen@redhat.com> - 0.4.4-1
- update to 0.4.4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
42d58bed61bf11466531bc26ecd42f2c tagged-0.4.2.1.tar.gz
2de81344187b2293ba2ba95f07b8ec3b tagged-0.4.4.tar.gz

Loading…
Cancel
Save