update to 0.1.4.0
This commit is contained in:
parent
06aa8b37e9
commit
6e0130226d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/mtlparse-0.1.1.tar.gz
|
||||
/mtlparse-0.1.2.tar.gz
|
||||
/mtlparse-0.1.4.0.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user