|
|
|
@ -5,11 +5,13 @@
|
|
|
|
|
|
|
|
|
|
%global common_summary Combinator library for splitting lists
|
|
|
|
|
|
|
|
|
|
%global common_description Combinator library and utility functions for splitting lists.
|
|
|
|
|
%global common_description A collection of various methods for splitting lists into parts,\
|
|
|
|
|
akin to the split functions found in several mainstream languages.
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.1.4.3
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
# part of haskell-platform-2012.4
|
|
|
|
|
Version: 0.2.1.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -18,8 +20,6 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
|
|
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{common_description}
|
|
|
|
@ -50,6 +50,9 @@ BuildRequires: ghc-rpm-macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 27 2012 Jens Petersen <petersen@redhat.com> - 0.2.1.1-1
|
|
|
|
|
- update to 0.2.1.1
|
|
|
|
|
|
|
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com>
|
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
|
|
|
|
|