update to 0.13.0.2
This commit is contained in:
parent
0b4f0832e4
commit
c633be4f30
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user