update to 0.2.2.7

This commit is contained in:
Ben Boeckel 2016-04-23 14:11:16 -04:00
parent 384eb3aaca
commit 2a870f5cb9
3 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/data-accessor-0.2.2.3.tar.gz
/data-accessor-0.2.2.6.tar.gz
/data-accessor-0.2.2.7.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name data-accessor
Name: ghc-%{pkg_name}
Version: 0.2.2.6
Release: 4%{?dist}
Version: 0.2.2.7
Release: 1%{?dist}
Summary: Utilities for accessing and manipulating fields of records
License: BSD
@ -20,12 +20,11 @@ BuildRequires: ghc-transformers-devel
# End cabal-rpm deps
%description
With this package you can define record field accessors which
allow setting, getting and modifying values easily. The
package clearly demonstrates the power of the functional
approach: You can combine accessors of a record and
sub-records, to make the access look like the fields of the
sub-record belong to the main record.
With this package you can define record field accessors which allow setting,
getting and modifying values easily. The package clearly demonstrates the power
of the functional approach: You can combine accessors of a record and
sub-records, to make the access look like the fields of the sub-record belong
to the main record.
%package devel
@ -51,6 +50,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -61,13 +62,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.2.2.7-1
- update to 0.2.2.7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
3cfbfcc82a773026d053bd7b609d873f data-accessor-0.2.2.6.tar.gz
df3c8e27134a305e1e150b74f1916300 data-accessor-0.2.2.7.tar.gz