update to 2.0.1.0

This commit is contained in:
Ben Boeckel 2015-08-08 00:11:14 -04:00
parent 4e4c3ae63c
commit 2ef92042c9
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/bloomfilter-1.2.6.8.tar.gz
/bloomfilter-1.2.6.10.tar.gz
/bloomfilter-2.0.0.0.tar.gz
/bloomfilter-2.0.1.0.tar.gz

View File

@ -5,12 +5,12 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.0.0.0
Release: 2%{?dist}
Version: 2.0.1.0
Release: 1%{?dist}
Summary: Pure and impure Bloom Filter implementations
License: BSD
URL: https://hackage.haskell.org/package/%{pkg_name}
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
@ -28,8 +28,7 @@ BuildRequires: ghc-test-framework-quickcheck2-devel
# End cabal-rpm deps
%description
This package provides both mutable and immutable Bloom filter data types,
along with a family of hash function and an easy-to-use interface.
Pure and impure Bloom Filter implementations.
%package devel
@ -79,6 +78,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 2.0.1.0-1
- update to 2.0.1.0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
8e82783d401d1fc40ba937585ebe7a90 bloomfilter-2.0.0.0.tar.gz
e37351a322c31b12de9ad2618d7f9909 bloomfilter-2.0.1.0.tar.gz