update to 0.1.4.0

This commit is contained in:
Ben Boeckel 2016-04-23 14:30:02 -04:00
parent 06aa8b37e9
commit 6e0130226d
3 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/mtlparse-0.1.1.tar.gz
/mtlparse-0.1.2.tar.gz
/mtlparse-0.1.4.0.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name mtlparse
Name: ghc-%{pkg_name}
Version: 0.1.2
Release: 14%{?dist}
Version: 0.1.4.0
Release: 1%{?dist}
Summary: Parse library using mtl package
License: LGPLv3+
@ -18,8 +18,11 @@ BuildRequires: ghc-mtl-devel
# End cabal-rpm deps
%description
The library provides Parse and ParseT like State and StateT,
and eases the implementation of look-ahead and look-behind parsers.
Parse library on mtl package
Parse and ParseT is like State and StateT
The package eases implementation of look-ahead look-behind and so on.
%package devel
@ -45,6 +48,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
@ -55,13 +60,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.1.4.0-1
- update to 0.1.4.0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9881b10fecf2d96ac9f3aae7810a8cd9 mtlparse-0.1.2.tar.gz
5cd354b30eac91c49ada54fca9f88518 mtlparse-0.1.4.0.tar.gz