update to 0.16.0.1

This commit is contained in:
Jens Petersen 2015-01-20 21:27:44 +09:00
parent 20825f3d03
commit 67836ededa
3 changed files with 13 additions and 10 deletions

2
.gitignore vendored
View File

@ -4,4 +4,4 @@
/semigroups-0.8.3.2.tar.gz
/semigroups-0.8.4.1.tar.gz
/semigroups-0.8.5.tar.gz
/semigroups-0.15.3.tar.gz
/semigroups-0.16.0.1.tar.gz

View File

@ -6,13 +6,13 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.15.3
Version: 0.16.0.1
Release: 1%{?dist}
Summary: Implementation of semigroups
Summary: Anything that associates
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
@ -27,7 +27,11 @@ BuildRequires: ghc-unordered-containers-devel
# End cabal-rpm deps
%description
This library implements mathematical semigroups in Haskell 98.
In mathematics, a semigroup is an algebraic structure consisting of a set
together with an associative binary operation. A semigroup generalizes a monoid
in that there might not exist an identity element. It also (originally)
generalized a group (a monoid with all inverses) to a type where every element
did not have to have an inverse, thus the name semigroup.
%package devel
@ -71,9 +75,8 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Fri Sep 19 2014 Jens Petersen <petersen@redhat.com> - 0.15.3-1
- update to 0.15.3
- refresh to cblrpm-0.8.11
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.8.5-1
- update to 0.16.0.1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
3f56e7f86915b019d3101715d5860578 semigroups-0.15.3.tar.gz
992f0f6349a9e1ebe933c327a3e38c41 semigroups-0.16.0.1.tar.gz