|
|
@ -1,13 +1,13 @@
|
|
|
|
|
|
|
|
# generated by cabal-rpm-0.9.12
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
|
|
%global pkg_name split
|
|
|
|
%global pkg_name split
|
|
|
|
|
|
|
|
|
|
|
|
# tests seem to hang with ghc-7.10
|
|
|
|
%bcond_without tests
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.2.3
|
|
|
|
Version: 0.2.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Combinator library for splitting lists
|
|
|
|
Summary: Combinator library for splitting lists
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -56,6 +56,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
@ -89,6 +90,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 29 2016 Jens Petersen <petersen@redhat.com> - 0.2.3-2
|
|
|
|
|
|
|
|
- re-enable tests
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.2.3-1
|
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.2.3-1
|
|
|
|
- update to 0.2.3
|
|
|
|
- update to 0.2.3
|
|
|
|
|
|
|
|
|
|
|
|