update to 0.13.0.1

This reverts commit f9cd73a6ce.
This commit is contained in:
Jens Petersen 2016-06-07 11:07:06 +09:00
parent ccd2b4514d
commit 0b4f0832e4
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/attoparsec-0.10.2.0.tar.gz
/attoparsec-0.10.4.0.tar.gz
/attoparsec-0.11.3.4.tar.gz
/attoparsec-0.13.0.1.tar.gz

View File

@ -5,9 +5,9 @@
%bcond_with tests
Name: ghc-%{pkg_name}
# part of haskell-platform-2013.2+
Version: 0.11.3.4
Release: 3%{?dist}
# part of haskell-platform
Version: 0.13.0.1
Release: 1%{?dist}
Summary: Fast combinator parsing for bytestrings and text
License: BSD
@ -23,10 +23,13 @@ BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-transformers-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-quickcheck-unicode-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
BuildRequires: ghc-vector-devel
%endif
# End cabal-rpm deps
@ -58,6 +61,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -74,7 +79,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -82,6 +87,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.13.0.1-1
- update to 0.13.0.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
95917e525a6d2a6a81be51cd816e4ca1 attoparsec-0.11.3.4.tar.gz
b1ac8cbeb9bdd55b1c26bec48cf76fa3 attoparsec-0.13.0.1.tar.gz