|
|
|
@ -3,9 +3,9 @@
|
|
|
|
|
%global pkg_name safe
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.3.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Library for safe (pattern match free) functions
|
|
|
|
|
Version: 0.3.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library of safe (exception free) functions
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
@ -79,9 +79,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 0.3.9-1
|
|
|
|
|
- update to 0.3.9
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|