|
|
|
@ -8,8 +8,8 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.8.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Generic HTTP types for Haskell
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -26,9 +26,7 @@ BuildRequires: ghc-case-insensitive-devel
|
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
|
BuildRequires: ghc-doctest-devel
|
|
|
|
|
BuildRequires: ghc-hspec-devel
|
|
|
|
|
BuildRequires: ghc-quickcheck-instances-devel
|
|
|
|
|
%endif
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
@ -83,8 +81,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 31 2014 Jens Petersen <petersen@redhat.com> - 0.8.5-1
|
|
|
|
|
- update to 0.8.5
|
|
|
|
|
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 0.8.0-4
|
|
|
|
|
- update to cblrpm-0.8.11
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|