update to 0.13.0.2

This commit is contained in:
Jens Petersen 2016-06-23 12:10:04 +09:00
parent 0b4f0832e4
commit c633be4f30
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/attoparsec-0.10.4.0.tar.gz
/attoparsec-0.11.3.4.tar.gz
/attoparsec-0.13.0.1.tar.gz
/attoparsec-0.13.0.2.tar.gz

View File

@ -6,7 +6,7 @@
Name: ghc-%{pkg_name}
# part of haskell-platform
Version: 0.13.0.1
Version: 0.13.0.2
Release: 1%{?dist}
Summary: Fast combinator parsing for bytestrings and text
@ -27,8 +27,8 @@ 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-tasty-devel
BuildRequires: ghc-tasty-quickcheck-devel
BuildRequires: ghc-vector-devel
%endif
# End cabal-rpm deps
@ -87,6 +87,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.13.0.2-1
- update to 0.13.0.2
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.13.0.1-1
- update to 0.13.0.1

View File

@ -1 +1 @@
b1ac8cbeb9bdd55b1c26bec48cf76fa3 attoparsec-0.13.0.1.tar.gz
851e30373aa0d4400a3b028db119e716 attoparsec-0.13.0.2.tar.gz