update to 0.6.4

This commit is contained in:
Ben Boeckel 2016-04-23 14:26:31 -04:00
parent f66f6ef690
commit 46dda0da31
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/MemoTrie-0.5.tar.gz
/MemoTrie-0.6.1.tar.gz
/MemoTrie-0.6.2.tar.gz
/MemoTrie-0.6.4.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name MemoTrie
Name: ghc-%{pkg_name}
Version: 0.6.2
Release: 3%{?dist}
Version: 0.6.4
Release: 1%{?dist}
Summary: Trie-based memo functions
License: BSD
@ -18,8 +18,9 @@ BuildRequires: ghc-void-devel
# End cabal-rpm deps
%description
MemoTrie provides a basis for memoized functions over some domains using tries.
It is based on ideas from Ralf Hinze and code from Spencer Janssen.
MemoTrie provides a basis for memoized functions over some domains, using
tries. It's based on ideas from Ralf Hinze and code from Spencer Janssen.
Project wiki page: <http://haskell.org/haskellwiki/MemoTrie>
@ -46,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/COPYING
%post devel
%ghc_pkg_recache
@ -56,13 +59,17 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc COPYING
%license COPYING
%files devel -f %{name}-devel.files
%doc examples
%changelog
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.6.4-1
- update to 0.6.4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
09089ba05d782fe80d3617f5fbf80e1c MemoTrie-0.6.2.tar.gz
677dcb5cc4e5fe800a7655eea21df7c0 MemoTrie-0.6.4.tar.gz